We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 773a674 commit a86ed72Copy full SHA for a86ed72
.github/workflows/ci.yaml
@@ -136,7 +136,7 @@ jobs:
136
run: php ./tools/composer install --no-ansi --no-interaction --no-progress
137
138
- name: Run tests with PHPUnit
139
- run: php ./phpunit --testsuite unit
+ run: php ./phpunit --testsuite unit --order-by depends,random
140
141
end-to-end-tests:
142
name: End-to-End Tests
@@ -184,7 +184,7 @@ jobs:
184
185
186
187
- run: php ./phpunit --testsuite end-to-end
+ run: php ./phpunit --testsuite end-to-end --order-by depends,random
188
189
code-coverage:
190
name: Code Coverage
0 commit comments