Skip to content

Commit

Permalink
Run the composer-installed phpunit version
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonpayton committed Dec 23, 2024
1 parent 3139d2f commit 2c34e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-tests-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
run: which phpunit

- name: Run PHPUnit tests
run: phpunit tests --debug
run: vendor/bin/phpunit tests --debug

0 comments on commit 2c34e1b

Please sign in to comment.