From dcf9deb6a42e6a5db8f7c606ccca8ff05ec4d23e 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 | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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: |