Skip to content

Commit c8d7f11

Browse files
fix: reset on exception
1 parent 004828c commit c8d7f11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/static-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: composer install --no-progress --no-interaction --prefer-dist
3737

3838
- name: Run script
39-
run: vendor/bin/phpstan analyse
39+
run: vendor/bin/phpstan analyse --configuration=./phpstan.neon
4040

4141
composer-validate:
4242
name: Composer validate

0 commit comments

Comments
 (0)