Skip to content

Commit

Permalink
clear cache?
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Mar 1, 2019
1 parent b883f7e commit 81e7785
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
steps:
- checkout
- run: rm -rf examples/react-native && yarn --no-progress --frozen-lockfile --ignore-engines
- run: yarn clear-cache
- run:
# react-native does not work with node 6
command: yarn test-ci-partial
Expand Down Expand Up @@ -104,12 +105,4 @@ workflows:
version: 2
build-and-deploy:
jobs:
- lint-and-typecheck
- test-node-6
- test-node-8
- test-node-10
- test-jest-circus
- test-node-11 # current
- test-browser
- test-or-deploy-website:
filters: *filter-ignore-gh-pages

0 comments on commit 81e7785

Please sign in to comment.