Skip to content

Commit

Permalink
Don't pass argument through to the Codeception build.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Dec 10, 2024
1 parent 4ccbfaf commit 7a40f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"phpcs -nps --colors --report-code --report-summary --report-width=80 --cache=tests/cache/phpcs.json --basepath=./ ."
],
"test:phpstan": [
"codecept build",
"codecept build #",
"phpstan analyze -v --memory-limit=1024M"
],
"test:start": [
Expand Down

0 comments on commit 7a40f71

Please sign in to comment.