Skip to content

Commit 1f0c32b

Browse files
committed
ci: brute force fix
1 parent 13edf06 commit 1f0c32b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.circleci/config.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ jobs:
1010
<<: *defaults
1111
steps:
1212
- checkout
13-
# - restore_cache:
14-
# keys:
15-
# - v1-vue-{{ .Branch }}-{{ checksum "yarn.lock" }}
16-
# - v1-vue-{{ .Branch }}-
17-
# - v1-vue-
13+
- restore_cache:
14+
keys:
15+
- v1-vue-{{ .Branch }}-{{ checksum "yarn.lock" }}
16+
- v1-vue-{{ .Branch }}-
17+
- v1-vue-
1818
- run: yarn
19+
- run: rm -rf node_modules/babel-jest/node_modules
1920
- save_cache:
2021
key: v1-vue-{{ .Branch }}-{{ checksum "yarn.lock" }}
2122
paths:

0 commit comments

Comments
 (0)