🔧 fix windows test?

This commit is contained in:
codemasher
2021-01-06 13:58:20 +01:00
parent 6241c2d90b
commit 759262032b
+1 -1
View File
@@ -89,7 +89,7 @@ jobs:
run: composer update --no-ansi --no-interaction --no-progress --no-suggest
- name: "Run tests with phpunit"
run: php vendor/bin/phpunit --configuration=phpunit.xml
run: php vendor/phpunit/phpunit/phpunit --configuration=phpunit.xml
- name: "Send code coverage report to Codecov.io"
uses: codecov/codecov-action@v1