Skip to content

Commit e205fe6

Browse files
committed
chore: reverted the test report command changes
1 parent 99fcb73 commit e205fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coveralls.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
- name: Build Storybook
2828
run: npm run build-storybook
2929
- name: Test
30-
run: JEST_MAX_WORKERS=95% npm run test -- --collectCoverage
30+
run: JEST_MAX_WORKERS=95% npm run test:report
3131
- name: Coveralls
3232
uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949

0 commit comments

Comments
 (0)