Skip to content

Commit 02cff2d

Browse files
committed
Update test.yml
1 parent 05c2c4b commit 02cff2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
- name: Build
4646
run: npm run build
4747
- name: Unit Tests
48-
run: npm run test:unit -- -ci
48+
run: npm run test:unit -- --ci --runInBand,
4949
- name: Integration Tests
50-
run: npm run test:integration -- -ci
50+
run: npm run test:integration -- --ci --runInBand,
5151

5252
test-playwright:
5353
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)