Skip to content

Commit

Permalink
adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
doganoo committed Sep 9, 2024
1 parent b0d6a81 commit 09554c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# Run PHPStan for static analysis
- name: Run PHPStan
run: ./vendor/bin/phpstan analyse --no-progress --level=max
run: ./vendor/bin/phpstan analyse -c phpstan.neon src/ test/ --level 9 --memory-limit=2G
continue-on-error: false # Fail if PHPStan finds issues

# Run the tests
Expand Down

0 comments on commit 09554c7

Please sign in to comment.