Skip to content

Commit 43d1b77

Browse files
Merge branch '10.5' into 11.0
2 parents a747fee + a86ed72 commit 43d1b77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
run: php ./tools/composer install --no-ansi --no-interaction --no-progress
136136

137137
- name: Run tests with PHPUnit
138-
run: php ./phpunit --testsuite unit
138+
run: php ./phpunit --testsuite unit --order-by depends,random
139139

140140
end-to-end-tests:
141141
name: End-to-End Tests
@@ -182,7 +182,7 @@ jobs:
182182
run: php ./tools/composer install --no-ansi --no-interaction --no-progress
183183

184184
- name: Run tests with PHPUnit
185-
run: php ./phpunit --testsuite end-to-end
185+
run: php ./phpunit --testsuite end-to-end --order-by depends,random
186186

187187
code-coverage:
188188
name: Code Coverage

0 commit comments

Comments
 (0)