From 759262032b2a97e88b4e75c2d13223a2b59ef07c Mon Sep 17 00:00:00 2001 From: codemasher Date: Wed, 6 Jan 2021 13:58:20 +0100 Subject: [PATCH] :wrench: fix windows test? --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c849fe80b..c13f6b6a5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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