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 7aa1910 commit d326e67Copy full SHA for d326e67
.github/workflows/ci.yml
@@ -176,5 +176,5 @@ jobs:
176
- name: Run database migrations
177
run: php artisan migrate:fresh --seed --env=testing --force
178
179
- - name: Run tests with Pest (parallel)
180
- run: php artisan test --parallel --stop-on-failure
+ - name: Run tests with Pest
+ run: php artisan test --stop-on-failure
0 commit comments