Skip to content

Commit 117108e

Browse files
chore: run test syntax
1 parent 6526fab commit 117108e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/run-test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
- name: Run PHP Code Sniffer
3737
run: vendor/bin/phpcs -p ./src
3838
- name: Run unit tests
39-
run: |
40-
XDEBUG_MODE=coverage vendor/bin/phpunit -v
39+
run: vendor/bin/phpunit -v
4140
- name: Run PHPStan
4241
run: vendor/bin/phpstan analyse --no-progress -c phpstan.neon

0 commit comments

Comments
 (0)