Skip to content

Commit 5c5dffa

Browse files
committed
[CI] Fix step condition
1 parent 5c681c9 commit 5c5dffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
run: composer update --no-interaction --no-progress ${{ matrix.composer-flags }}
136136

137137
- name: Run PHPUnit
138-
if: matrix.coding-standards != true && matrix.static-analysis != true
138+
if: matrix.coding-standards != true && matrix.analyze-dependencies != true && matrix.static-analysis != true
139139
run: php vendor/bin/phpunit
140140

141141
- name: Run PHP CS Fixer

0 commit comments

Comments
 (0)