From 041925f0f16705575e01dd0e2805b45dae1f2a1d Mon Sep 17 00:00:00 2001 From: douglas Date: Tue, 4 Sep 2018 21:01:41 +1000 Subject: [PATCH] #30 - Moved test line in circleci config. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 526064bd..27fe541f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -62,12 +62,12 @@ jobs: # fallback to using the latest cache if no exact match is found - v1-dependencies- - run: npm install + - run: npm test - save_cache: paths: - node_modules key: v1-dependencies-{{ checksum "package.json" }} - run: ./writeSecrets.sh - - run: npm test - run: npm run deploy-sls workflows: version: 2