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 abe55a7 commit 285e192Copy full SHA for 285e192
.github/workflows/build.yml
@@ -28,7 +28,6 @@ jobs:
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 }}
+ make test-sentinel v=${{ matrix.php }}
33
34
0 commit comments