Skip to content

Commit 0c4d4a9

Browse files
committed
ci: run dev workflows with single test worker
1 parent ba1df26 commit 0c4d4a9

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/restart-dev-and-test-with-custom-base-port.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: pnpm run restart-dev-environment
4242

4343
- name: Run tests
44-
run: pnpm run test run --reporter=verbose
44+
run: pnpm run test run --reporter=verbose --min-workers=1 --max-workers=1
4545

4646
- name: Print dev server logs
4747
run: cat dev-server.log.untracked.txt

.github/workflows/restart-dev-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: pnpm run restart-dev-environment
4141

4242
- name: Run tests
43-
run: pnpm run test run --reporter=verbose
43+
run: pnpm run test run --reporter=verbose --min-workers=1 --max-workers=1
4444

4545
- name: Print dev server logs
4646
run: cat dev-server.log.untracked.txt

.github/workflows/setup-tests-with-custom-base-port.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
tail: true
5050
wait-for: 120s
5151
log-output-if: true
52-
- run: pnpm run test run --reporter=verbose
52+
- run: pnpm run test run --reporter=verbose --min-workers=1 --max-workers=1

.github/workflows/setup-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
tail: true
4848
wait-for: 120s
4949
log-output-if: true
50-
- run: pnpm run test run --reporter=verbose
50+
- run: pnpm run test run --reporter=verbose --min-workers=1 --max-workers=1

0 commit comments

Comments
 (0)