Skip to content

Commit

Permalink
fix(circle ci): test
Browse files Browse the repository at this point in the history
  • Loading branch information
cabutler10 committed May 7, 2019
1 parent 2b899c4 commit d03fedc
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ jobs:
- checkout # check out the code in the project directory
- attach_workspace:
at: ~/project
- node:
steps:
- run:
name: Yarn install
command: yarn install
- run:
name: Run all tests
command: yarn test
- run:
name: Yarn install
command: yarn install
- run:
name: Run all tests
command: yarn test
- persist_to_workspace:
root: .
paths: coverage
Expand Down

0 comments on commit d03fedc

Please sign in to comment.