Skip to content

Commit 3866f84

Browse files
committed
Fix CI
1 parent 7d85309 commit 3866f84

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
@@ -153,6 +153,7 @@ jobs:
153153

154154
quality:
155155
name: Quality control
156+
needs: [unit-tests-linux]
156157
runs-on: [ubuntu-latest]
157158

158159
steps:
@@ -206,7 +207,9 @@ jobs:
206207
207208
security:
208209
name: Security checks
210+
needs: [unit-tests-linux]
209211
runs-on: [ubuntu-latest]
212+
210213
steps:
211214
- name: Setup PHP, with composer and extensions
212215
# https://github.com/shivammathur/setup-php

0 commit comments

Comments
 (0)