Skip to content

Commit 6e29a71

Browse files
committed
ci(github-actions): add jest ci flag
1 parent c61e755 commit 6e29a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: yarn install --frozen-lockfile --ignore-scripts
9090

9191
- name: yarn test
92-
run: yarn test --reporters="default" --reporters="github-actions"
92+
run: yarn test --ci --reporters="default" --reporters="github-actions"
9393

9494
env:
9595
CI: true

0 commit comments

Comments
 (0)