Skip to content

Commit 8163cef

Browse files
committedOct 4, 2023
ci: update workflows config.
1 parent caca49a commit 8163cef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
run: |
2727
npm run bundle
2828
npm run bundle:min
29-
npm run coverage
3029
30+
- run: npm run coverage
3131
- working-directory: example/nextjs
3232
run: npm run build
3333

‎.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
run: |
1818
npm run bundle
1919
npm run bundle:min
20-
npm run coverage
2120
21+
- run: npm run coverage
2222
- run: npm run doc

0 commit comments

Comments
 (0)
Please sign in to comment.