Skip to content

Commit

Permalink
Added e2e testing to circle test step.
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnmclean committed Oct 14, 2017
1 parent 29dafee commit 3710504
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- restore_cache:
key: neon-wallet-{{ checksum "yarn.lock" }}
- run: yarn test
- run: yarn test:e2e
store_artifacts:
- path: artifacts/
- destination: yarnpkg
Expand Down

0 comments on commit 3710504

Please sign in to comment.