From 49e5c4313a105778dd8acd4bc4b4d884b5922abc Mon Sep 17 00:00:00 2001 From: Brandon Payton Date: Mon, 23 Dec 2024 14:15:49 -0500 Subject: [PATCH] Try disabling optimize-autoloader composer flag --- .github/workflows/phpunit-tests-run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit-tests-run.yml b/.github/workflows/phpunit-tests-run.yml index 0f0652aa..6080d13d 100644 --- a/.github/workflows/phpunit-tests-run.yml +++ b/.github/workflows/phpunit-tests-run.yml @@ -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