Skip to content

Commit

Permalink
chore: run test syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Jul 1, 2024
1 parent 6526fab commit 117108e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
- name: Run PHP Code Sniffer
run: vendor/bin/phpcs -p ./src
- name: Run unit tests
run: |
XDEBUG_MODE=coverage vendor/bin/phpunit -v
run: vendor/bin/phpunit -v
- name: Run PHPStan
run: vendor/bin/phpstan analyse --no-progress -c phpstan.neon

0 comments on commit 117108e

Please sign in to comment.