Skip to content

Commit

Permalink
Specify the path to the phpunit binary
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronDDM committed Jul 29, 2021
1 parent 8484580 commit 397cac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: composer install --dev

- name: Run tests
run: phpunit --coverage-text
run: ./vendor/bin/phpunit --coverage-text

0 comments on commit 397cac4

Please sign in to comment.