Skip to content

Commit

Permalink
Add tests (palantir#4053)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwiseheart authored Jul 18, 2018
1 parent 85b9d63 commit 13eb091
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,28 @@ jobs:
key: dependency-cache-{{ checksum "yarn.lock" }}
- run: yarn add [email protected]
- run: yarn test
test2.9:
docker:
- image: circleci/node:6
steps:
- checkout
- attach_workspace:
at: '.'
- restore_cache:
key: dependency-cache-{{ checksum "yarn.lock" }}
- run: yarn add [email protected]
- run: yarn test
test3.0:
docker:
- image: circleci/node:6
steps:
- checkout
- attach_workspace:
at: '.'
- restore_cache:
key: dependency-cache-{{ checksum "yarn.lock" }}
- run: yarn add [email protected]
- run: yarn test
testNext:
docker:
- image: circleci/node:latest
Expand Down

0 comments on commit 13eb091

Please sign in to comment.