Skip to content

Commit 7d51edc

Browse files
committed
Update test.yml
1 parent 02cff2d commit 7d51edc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .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 --runInBand,
48+
run: npm run test:unit -- --ci --runInBand
4949
- name: Integration Tests
50-
run: npm run test:integration -- --ci --runInBand,
50+
run: npm run test:integration -- --ci --runInBand
5151

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

0 commit comments

Comments
 (0)