Skip to content

Commit 8aaf074

Browse files
committed
💚 test fix to circleci config.yml
1 parent 79ce247 commit 8aaf074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
key: robofriends-cache-v1-{{ checksum "package-lock.json" }}
2525
paths:
2626
- /home/circleci/repo/.npm # this is where the npm cache is stored when we use npm ci
27-
- run: npm test
27+
- run: npm run coverage
2828
upload-test-coverage:
2929
<<: *defaults
3030
steps:

0 commit comments

Comments
 (0)