Skip to content

Commit 976b58f

Browse files
committed
Add some debug info
1 parent b4b8c73 commit 976b58f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
# Install stty required for tests
4141
- name: Install system dependencies
42-
if: ${{ matrix.operating-system }} == 'ubuntu-latest'
42+
if: matrix.operating-system == 'ubuntu-latest'
4343
run: |
4444
echo "::group::apt-get update"
4545
sudo apt-get update
@@ -48,6 +48,10 @@ jobs:
4848
sudo apt-get install coreutils
4949
echo "::endgroup::"
5050
51+
- name: Debug stty
52+
if: matrix.operating-system == 'ubuntu-latest'
53+
run: stty 2>&1
54+
5155
- name: "Install PHP with extensions"
5256
uses: shivammathur/[email protected]
5357
with:

0 commit comments

Comments
 (0)