Skip to content

Commit 773a19e

Browse files
committed
Fix CI
1 parent 5a6043c commit 773a19e

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
@@ -152,6 +152,7 @@ jobs:
152152

153153
quality:
154154
name: Quality control
155+
needs: [unit-tests-linux]
155156
runs-on: [ubuntu-latest]
156157

157158
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)