Skip to content

Commit f848fa8

Browse files
committed
Update circle ci config test script
1 parent fa68773 commit f848fa8

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.circleci/config.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,8 @@ jobs:
1717

1818
steps:
1919
- checkout
20-
21-
# Download and cache dependencies
22-
- restore_cache:
23-
keys:
24-
- v1-dependencies-{{ checksum "package.json" }}
25-
# fallback to using the latest cache if no exact match is found
26-
- v1-dependencies-
27-
2820
- run: yarn install
29-
30-
- save_cache:
31-
paths:
32-
- node_modules
33-
key: v1-dependencies-{{ checksum "package.json" }}
34-
35-
# run tests!
36-
- run: yarn test --coverage
21+
- run: yarn test:coverage
3722
- codecov/upload:
3823
file: coverage/*.json
3924
workflows:

0 commit comments

Comments
 (0)