Skip to content

Commit 8aa91c3

Browse files
committed
fix phpunit path
1 parent d87124e commit 8aa91c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
coverage: xdebug
7070
pecl: false
7171
- name: Run PHPUnit
72-
run: php tools/phpunit.phar
72+
run: php tools/phpunit
7373

7474
phpunit:
7575
runs-on: ${{ matrix.operating-system }}

0 commit comments

Comments
 (0)