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 eba421a commit 76ac5b7Copy full SHA for 76ac5b7
1 file changed
.github/workflows/ci.yml
@@ -40,4 +40,4 @@ jobs:
40
run: docker run --rm --interactive --mount type=bind,source="$(pwd)"/src,target=/var/www/html dockerized-php:dev composer phpstan --ansi
41
42
- name: Check PHPUnit
43
- run: docker run --rm --interactive --mount type=bind,source="$(pwd)"/src,target=/var/www/html dockerized-php:dev composer tests --ansi
+ run: docker run --rm --interactive --mount type=bind,source="$(pwd)"/src,target=/var/www/html dockerized-php:dev composer paratest --ansi
0 commit comments