Skip to content

Commit 0b335fd

Browse files
committed
order
1 parent cbfc440 commit 0b335fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
tests-system:
191191
runs-on: ubuntu-latest
192192
container: joomlaprojects/docker-images:cypress${{ matrix.config.php_version }}
193-
needs: [tests-system-prepare]
193+
needs: [tests-system-prepare, tests-unit, tests-integration]
194194
strategy:
195195
matrix:
196196
config:

0 commit comments

Comments
 (0)