Skip to content

Commit 7cfbe3e

Browse files
committed
Fix CI
1 parent 1367034 commit 7cfbe3e

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
@@ -151,6 +151,7 @@ jobs:
151151

152152
quality:
153153
name: Quality control
154+
needs: [unit-tests-linux]
154155
runs-on: [ubuntu-latest]
155156

156157
steps:
@@ -204,7 +205,9 @@ jobs:
204205
205206
security:
206207
name: Security checks
208+
needs: [unit-tests-linux]
207209
runs-on: [ubuntu-latest]
210+
208211
steps:
209212
- name: Setup PHP, with composer and extensions
210213
# https://github.com/shivammathur/setup-php

0 commit comments

Comments
 (0)