Skip to content

Commit

Permalink
better circleci build run for frontend tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanmtz committed Sep 8, 2018
1 parent bbc842c commit 9ef4d77
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,14 @@ jobs:
- run:
name: run node tests
command: npm run test
- run:
name: install frontend dependencies
command: npm install
working_directory: frontend
- run:
name: run frontend tests
command: cd frontend && npm install && npm run test
command: npm run test
working_directory: frontend

workflows:
version: 2
Expand Down

0 comments on commit 9ef4d77

Please sign in to comment.