Skip to content

Commit

Permalink
Try disabling optimize-autoloader composer flag
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonpayton committed Dec 23, 2024
1 parent 3e677c5 commit 49e5c43
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 @@ -42,7 +42,7 @@ jobs:
uses: ramsey/composer-install@v3
with:
ignore-cache: "yes"
composer-options: "--optimize-autoloader"
#composer-options: "--optimize-autoloader"

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

0 comments on commit 49e5c43

Please sign in to comment.