Skip to content

Commit

Permalink
WIP fixing windows build, #90
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe committed Dec 23, 2020
1 parent acb9bdd commit 3da25a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:

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

- name: Check code style
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 3da25a3

Please sign in to comment.