Skip to content

Commit

Permalink
Skip phpstan if executed with lowest dependencies to avoid false-posi…
Browse files Browse the repository at this point in the history
…tives
  • Loading branch information
W0rma committed Feb 15, 2024
1 parent edcaebb commit 5d6921a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -32,4 +32,6 @@ jobs:
run: php vendor/bin/codecept run

- name: Run source code analysis
if: "${{ matrix.composer_flags == '' }}"
run: php vendor/bin/phpstan

0 comments on commit 5d6921a

Please sign in to comment.