We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 631ef1b commit f635042Copy full SHA for f635042
.github/workflows/build.yml
@@ -27,6 +27,7 @@ jobs:
27
28
- name: PHP tests for PHP ${{ matrix.php }}
29
run: |
30
+ ls -al
31
make build v=${{ matrix.php }}
32
make test v=${{ matrix.php }}
33
0 commit comments