Skip to content

Commit 53e201d

Browse files
committed
Print debug info 2
1 parent 976b58f commit 53e201d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,13 @@ jobs:
4848
sudo apt-get install coreutils
4949
echo "::endgroup::"
5050
51-
- name: Debug stty
51+
# - name: Debug stty
52+
# if: matrix.operating-system == 'ubuntu-latest'
53+
# run: stty 2>&1
54+
55+
- name: Debug stty 2
5256
if: matrix.operating-system == 'ubuntu-latest'
53-
run: stty 2>&1
57+
run: stty
5458

5559
- name: "Install PHP with extensions"
5660
uses: shivammathur/[email protected]

0 commit comments

Comments
 (0)