Skip to content

Commit

Permalink
Remove debug changes from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonpayton committed Dec 23, 2024
1 parent d3b8674 commit 96a2437
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/phpunit-tests-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ jobs:
uses: ramsey/composer-install@v3
with:
ignore-cache: "yes"
#composer-options: "--optimize-autoloader"
- name: Show which phpunit path is being used
run: which phpunit
composer-options: "--optimize-autoloader"

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

0 comments on commit 96a2437

Please sign in to comment.