Skip to content

Commit

Permalink
#30 - Moved test line in circleci config.
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascvas committed Sep 4, 2018
1 parent d3ac535 commit 041925f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 041925f

Please sign in to comment.