Skip to content

Commit 1d2c374

Browse files
committed
Fix CI
1 parent b1c1a67 commit 1d2c374

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/php.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ jobs:
159159

160160
quality:
161161
name: Quality control
162+
needs: [unit-tests-linux]
162163
runs-on: [ubuntu-latest]
163164

164165
steps:
@@ -217,7 +218,9 @@ jobs:
217218
218219
security:
219220
name: Security checks
221+
needs: [unit-tests-linux]
220222
runs-on: [ubuntu-latest]
223+
221224
steps:
222225
- name: Setup PHP, with composer and extensions
223226
# https://github.com/shivammathur/setup-php

0 commit comments

Comments
 (0)