Browse Source

Update config.yml

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

3
.circleci/config.yml

@ -42,9 +42,6 @@ jobs:
- restore_cache: - restore_cache:
name: Restore yarn package cache name: Restore yarn package cache
key: npm-v7-dependencies-{{ checksum "yarn.lock" }} key: npm-v7-dependencies-{{ checksum "yarn.lock" }}
- run:
name: Start PostgreSQL database
command:
- run: - run:
name: Run test with jest name: Run test with jest
command: yarn test:ci command: yarn test:ci

Loading…
Cancel
Save