Skip to content

Commit 81e7785

Browse files
committed
clear cache?
1 parent b883f7e commit 81e7785

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.circleci/config.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
steps:
2525
- checkout
2626
- run: rm -rf examples/react-native && yarn --no-progress --frozen-lockfile --ignore-engines
27+
- run: yarn clear-cache
2728
- run:
2829
# react-native does not work with node 6
2930
command: yarn test-ci-partial
@@ -104,12 +105,4 @@ workflows:
104105
version: 2
105106
build-and-deploy:
106107
jobs:
107-
- lint-and-typecheck
108108
- test-node-6
109-
- test-node-8
110-
- test-node-10
111-
- test-jest-circus
112-
- test-node-11 # current
113-
- test-browser
114-
- test-or-deploy-website:
115-
filters: *filter-ignore-gh-pages

0 commit comments

Comments
 (0)