Skip to content

Commit

Permalink
CI: Run coverage and upload artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-carlos committed Nov 10, 2020
1 parent bb8d282 commit 3f6532e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
- v1-dependencies-
- run: npm ci
- run:
name: Run tests
name: Run coverage tests
command: npm run test:coverage
- run:
name: Run build
command: npm run build
- save_cache:
paths:
Expand All @@ -26,6 +29,8 @@ jobs:
- persist_to_workspace:
root: ~/repo
paths: .
- store_artifacts:
path: ~/repo/dist
deploy:
<<: *defaults
steps:
Expand Down

0 comments on commit 3f6532e

Please sign in to comment.