Skip to content

Commit de62636

Browse files
authored
Merge pull request #15 from Kaali09/master
TG-981: updated the circleci config
2 parents fe3fcdd + 94fea98 commit de62636

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- ./node_modules
2121
- run:
2222
name: Executing unit test cases
23-
command: npm run coverage
23+
command: npm install nyc && npm run coverage
2424

2525
- run:
2626
name: Install sonar scanner
@@ -34,4 +34,4 @@ workflows:
3434
version: 2
3535
build_and_test:
3636
jobs:
37-
- build
37+
- build

0 commit comments

Comments
 (0)