From 8a05633eb3260492813b3033ac919fbf2c3cbf74 Mon Sep 17 00:00:00 2001 From: Rodrigo Pavano Date: Sun, 7 Jan 2018 13:17:30 -0300 Subject: [PATCH] Enable tests on CI --- .circleci/config.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index abff04d..911357b 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,8 +25,8 @@ jobs: - node_modules key: v1-dependencies-y{{ checksum "package-lock.json" }} - # - run: npm run ci:test - # - run: npm run ci:coveralls + - run: source .env.test && npm run ci:test + - run: npm run ci:coveralls # - run: npm run flow check - deploy: