Skip to content

Commit bc43f13

Browse files
committed
[CIRCLE_CI]: directly command used in config.yml
1 parent b21a9d7 commit bc43f13

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
@@ -29,7 +29,7 @@ jobs:
2929
key: dependency-cache-{{ checksum "package-lock.json" }}
3030
- run:
3131
name: Test
32-
command: npm test
32+
command: './node_modules/.bin/nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"'
3333
- run:
3434
name: Generate code coverage
3535
command: './node_modules/.bin/nyc report --reporter=text-lcov'

0 commit comments

Comments
 (0)