We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00c26ae commit 85cb812Copy full SHA for 85cb812
1 file changed
.github/workflows/tests.yml
@@ -158,7 +158,7 @@ jobs:
158
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
159
160
- name: Run Pest tests
161
- run: ./vendor/bin/pest -v --ci --parallel --bail --colors=always
+ run: ./vendor/bin/pest -v --ci --bail --colors=always
162
163
- name: Upload test results
164
if: always()
0 commit comments