Skip to content

Commit 3f6532e

Browse files
CI: Run coverage and upload artifacts.
1 parent bb8d282 commit 3f6532e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.circleci/config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ jobs:
1717
- v1-dependencies-
1818
- run: npm ci
1919
- run:
20-
name: Run tests
20+
name: Run coverage tests
21+
command: npm run test:coverage
22+
- run:
23+
name: Run build
2124
command: npm run build
2225
- save_cache:
2326
paths:
@@ -26,6 +29,8 @@ jobs:
2629
- persist_to_workspace:
2730
root: ~/repo
2831
paths: .
32+
- store_artifacts:
33+
path: ~/repo/dist
2934
deploy:
3035
<<: *defaults
3136
steps:

0 commit comments

Comments
 (0)