Skip to content

Commit

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

0 comments on commit de2a1f9

Please sign in to comment.