From 9ddc406b75c9133374fb1277a5b96bc2c6f10277 Mon Sep 17 00:00:00 2001 From: Darren Nelsen Date: Mon, 12 Mar 2018 17:51:24 -0400 Subject: [PATCH] fixed errors in circle config --- .circleci/config.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c8b0661..c12094b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -33,7 +33,7 @@ jobs: keys: - dependency-cache-{{ checksum "package.json" }} # fallback to using the latest cache if no exact match is found - - v1-dependencies- + - dependency-cache- - run: npm install - save_cache: paths: @@ -50,4 +50,7 @@ workflows: build_and_test: jobs: - build - - test + - test: + requires: + - build +