We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c681c9 commit 5c5dffaCopy full SHA for 5c5dffa
.github/workflows/tests.yml
@@ -135,7 +135,7 @@ jobs:
135
run: composer update --no-interaction --no-progress ${{ matrix.composer-flags }}
136
137
- name: Run PHPUnit
138
- if: matrix.coding-standards != true && matrix.static-analysis != true
+ if: matrix.coding-standards != true && matrix.analyze-dependencies != true && matrix.static-analysis != true
139
run: php vendor/bin/phpunit
140
141
- name: Run PHP CS Fixer
0 commit comments