Skip to content

Commit

Permalink
Fix PHPStan run
Browse files Browse the repository at this point in the history
  • Loading branch information
mjanser committed Oct 3, 2024
1 parent 63e00e9 commit 8fb387f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: PHPStan
shell: bash
run: |
docker compose -f compose.yaml -f compose.tests.yaml exec app vendor/bin/phpstan --no-ansi --configuration phpstan.test.neon analyze
docker compose -f compose.yaml -f compose.tests.yaml exec app vendor/bin/phpstan --no-ansi analyze --configuration phpstan.test.neon
- name: Rector
shell: bash
run: |
Expand Down

0 comments on commit 8fb387f

Please sign in to comment.