Skip to content

Commit 285e192

Browse files
committed
build
1 parent abe55a7 commit 285e192

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
- name: PHP tests for PHP ${{ matrix.php }}
2929
run: |
3030
ls -al
31-
make build v=${{ matrix.php }}
32-
make test v=${{ matrix.php }}
31+
make test-sentinel v=${{ matrix.php }}
3332
3433

0 commit comments

Comments
 (0)