We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 171d97b commit 44bbbe4Copy full SHA for 44bbbe4
.github/workflows/test.yml
@@ -38,7 +38,7 @@ jobs:
38
- uses: ramsey/composer-install@v3
39
with:
40
dependency-versions: ${{ matrix.dependency-versions }}
41
- composer-options: --no-audit --optimize-autoloader
+ composer-options: --no-audit # --optimize-autoloader
42
43
# TODO: `--fail-on-incomplete` doesn't fail
44
# See: https://github.com/pestphp/pest/issues/1328
0 commit comments