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 79aeaa9 commit 473bb5aCopy full SHA for 473bb5a
.github/workflows/test.yml
@@ -28,12 +28,12 @@ jobs:
28
- name: bootstrap
29
run: npm run bootstrap
30
- name: unit tests
31
- run: npm run test:unit -- -ci
+ run: npm run test:unit -- -ci --runInBand
32
- name: integration tests
33
- run: npm run test:integration -- -ci
+ run: npm run test:integration -- -ci --runInBand
34
- uses: microsoft/playwright-github-action@v1.3.0
35
- name: e2e tests
36
- run: npm run test:e2e -- --ci
+ run: npm run test:e2e -- --ci --runInBand
37
- name: Upload artifacts (diff output)
38
uses: actions/upload-artifact@v2
39
if: failure()
0 commit comments