Skip to content

Commit

Permalink
Merge pull request #15 from Kaali09/master
Browse files Browse the repository at this point in the history
TG-981: updated the circleci config
  • Loading branch information
aks30 authored Jun 3, 2021
2 parents fe3fcdd + 94fea98 commit de62636
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 @@ -20,7 +20,7 @@ jobs:
- ./node_modules
- run:
name: Executing unit test cases
command: npm run coverage
command: npm install nyc && npm run coverage

- run:
name: Install sonar scanner
Expand All @@ -34,4 +34,4 @@ workflows:
version: 2
build_and_test:
jobs:
- build
- build

0 comments on commit de62636

Please sign in to comment.