Skip to content

Commit a4e03b6

Browse files
committed
Fix CI
1 parent 708deaa commit a4e03b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/php.yml

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

158158
quality:
159159
name: Quality control
160+
needs: [unit-tests-linux]
160161
runs-on: [ubuntu-latest]
161162

162163
steps:
@@ -211,7 +212,9 @@ jobs:
211212
212213
security:
213214
name: Security checks
215+
needs: [unit-tests-linux]
214216
runs-on: [ubuntu-latest]
217+
215218
steps:
216219
- name: Setup PHP, with composer and extensions
217220
# https://github.com/shivammathur/setup-php

0 commit comments

Comments
 (0)