Skip to content

Commit 3da25a3

Browse files
committed
WIP fixing windows build, #90
1 parent acb9bdd commit 3da25a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090

9191
- name: PHPUnit tests (Windows)
9292
if: matrix.os == 'windows-latest'
93-
run: vendor/phpunit/phpunit/phpunit --colors=always
93+
run: vendor/bin/phpunit --colors=always
9494

9595
- name: Check code style
9696
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)