We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0694945 commit 550d147Copy full SHA for 550d147
1 file changed
.github/workflows/CI.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Build test app
40
run: npm run build:test
41
- name: Run tests
42
- run: npm run test:standalone
+ run: npm run test:standalone -- --runInBand
43
44
test_linux:
45
name: Test on Linux with Node ${{ matrix.node }}
@@ -56,7 +56,7 @@ jobs:
56
- name: Install
57
run: npm install
58
59
- run: npm run test:all
+ run: npm run test:all -- --runInBand
60
61
test_macos:
62
name: Test on MacOS with Node 16
@@ -70,7 +70,7 @@ jobs:
70
71
72
73
74
75
test_windows:
76
name: Test on Windows with Node 16
@@ -84,4 +84,4 @@ jobs:
84
85
86
87
0 commit comments