From 81e778550a442149fefcbd36370147f73d775c45 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Fri, 1 Mar 2019 01:13:22 +0100 Subject: [PATCH] clear cache? --- .circleci/config.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 08170f1868f5..e50ba0f734fc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 @@ -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