We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6526fab commit 117108eCopy full SHA for 117108e
.github/workflows/run-test.yml
@@ -36,7 +36,6 @@ jobs:
36
- name: Run PHP Code Sniffer
37
run: vendor/bin/phpcs -p ./src
38
- name: Run unit tests
39
- run: |
40
- XDEBUG_MODE=coverage vendor/bin/phpunit -v
+ run: vendor/bin/phpunit -v
41
- name: Run PHPStan
42
run: vendor/bin/phpstan analyse --no-progress -c phpstan.neon
0 commit comments