Skip to content

Commit

Permalink
Updated config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kobik committed Mar 9, 2021
1 parent aabadde commit 593cd22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- checkout
- run: npm ci
- run: npm test
- run: nyc npm test
- persist_to_workspace:
root: .
paths:
Expand All @@ -48,7 +48,7 @@ jobs:
steps:
- checkout
- attach_workspace:
at: worksapce
at: .
- run: mv coverage-lts coverage
- run: npm i coveralls
- run: npm run coveralls
Expand Down

0 comments on commit 593cd22

Please sign in to comment.