Skip to content

Commit 473bb5a

Browse files
committed
Add runInBand option to tests for reliability
1 parent 79aeaa9 commit 473bb5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
- name: bootstrap
2929
run: npm run bootstrap
3030
- name: unit tests
31-
run: npm run test:unit -- -ci
31+
run: npm run test:unit -- -ci --runInBand
3232
- name: integration tests
33-
run: npm run test:integration -- -ci
33+
run: npm run test:integration -- -ci --runInBand
3434
- uses: microsoft/playwright-github-action@v1.3.0
3535
- name: e2e tests
36-
run: npm run test:e2e -- --ci
36+
run: npm run test:e2e -- --ci --runInBand
3737
- name: Upload artifacts (diff output)
3838
uses: actions/upload-artifact@v2
3939
if: failure()

0 commit comments

Comments
 (0)