Skip to content

Commit d326e67

Browse files
committed
ci: remove parallel testing
1 parent 7aa1910 commit d326e67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,5 +176,5 @@ jobs:
176176
- name: Run database migrations
177177
run: php artisan migrate:fresh --seed --env=testing --force
178178

179-
- name: Run tests with Pest (parallel)
180-
run: php artisan test --parallel --stop-on-failure
179+
- name: Run tests with Pest
180+
run: php artisan test --stop-on-failure

0 commit comments

Comments
 (0)