Skip to content

Commit

Permalink
Remove circle ci caching for now
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopapereira committed Jan 18, 2019
1 parent 0f449d1 commit 3abbd72
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,7 @@ jobs:
- image: cypress/browsers:chrome69
steps:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
- v1-dependencies-
- run: yarn
- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
- run: yarn test
- run: yarn build
- run: yarn cypress:install && yarn e2e:ci
Expand Down

0 comments on commit 3abbd72

Please sign in to comment.