Skip to content

Commit 95c0468

Browse files
authored
test: use github-actions reporter (#289)
# Tests - Use Jest's built-in `github-actions` reporter
1 parent 82a4b30 commit 95c0468

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
@@ -52,7 +52,7 @@ jobs:
5252
run: yarn install --frozen-lockfile --no-interactive
5353

5454
- name: Test
55-
run: yarn test
55+
run: yarn test --ci --reporters=github-actions
5656

5757
build:
5858
name: Build

0 commit comments

Comments
 (0)