Skip to content

Commit 0a55b90

Browse files
drakang4Heeryong Kang
authored and
Heeryong Kang
committed
ci: jest runInBand 추가
1 parent c3a603f commit 0a55b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131

132132
- name: Generate coverage report
133133
id: test
134-
run: npm run test:coverage -- --ci --reporters github-actions --reporters summary
134+
run: npm run test:coverage -- --ci --reporters github-actions --reporters summary --runInBand
135135

136136
- name: Notify testing failure
137137
if: failure() && steps.test.outcome == 'failure'

0 commit comments

Comments
 (0)