Browse Source

Update config.yml

main
ndrg13 6 years ago
committed by GitHub
parent
commit
9910e3b883
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -35,7 +35,7 @@ jobs:
- checkout
- restore_cache:
name: Restore yarn package cache
key: npm-v6-dependencies-{{ checksum "yarn.lock" }}
key: npm-v7-dependencies-{{ checksum "yarn.lock" }}
- run:
name: Run test with jest
command: yarn test:ci

Loading…
Cancel
Save