Skip to content

Commit

Permalink
Show which phpunit path is being used
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonpayton committed Dec 23, 2024
1 parent 49e5c43 commit 3139d2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/phpunit-tests-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
with:
ignore-cache: "yes"
#composer-options: "--optimize-autoloader"
- name: Show which phpunit path is being used
run: which phpunit

- name: Run PHPUnit tests
run: phpunit tests --debug

0 comments on commit 3139d2f

Please sign in to comment.