diff --git a/.circleci/config.yml b/.circleci/config.yml index abff04d..9906e7c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,9 +16,7 @@ jobs: # Download and cache dependencies - restore_cache: keys: - - v1-dependencies-y{{ checksum "package-lock.json" }} - # fallback to using the latest cache if no exact match is found - # - v1-dependencies- + - v1-dependencies-y{{ checksum "package-lock.json" }} - run: npm install @@ -27,9 +25,9 @@ jobs: - node_modules key: v1-dependencies-y{{ checksum "package-lock.json" }} - # - run: npm run ci:test - # - run: npm run ci:coveralls - # - run: npm run flow check + - run: source .env.test && npm run ci:test + - run: npm run ci:coveralls + - run: npm run flow check - deploy: command: |