Skip to content

Commit ef2ae8a

Browse files
committed
ci: test cache/persist
1 parent 7c74be7 commit ef2ae8a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.circleci/config.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,48 +20,48 @@ jobs:
2020
key: v1-vue-{{ .Branch }}-{{ checksum "yarn.lock" }}
2121
paths:
2222
- node_modules/
23-
- ~/.cache/yarn
24-
- ~/.cache/Cypress
23+
- ~/.cache
2524
- persist_to_workspace:
26-
root: ~/project
25+
root: ~/
2726
paths:
28-
- vue
27+
- project/vue
28+
- .cache
2929

3030
group-1:
3131
<<: *defaults
3232
steps:
3333
- attach_workspace:
34-
at: ~/project
34+
at: ~/
3535
- run: yarn test -p cli,cli-service,cli-shared-utils
3636

3737
group-2:
3838
<<: *defaults
3939
steps:
4040
- attach_workspace:
41-
at: ~/project
41+
at: ~/
4242
- run: yarn test 'ts(?:\w(?!E2e))+\.spec\.js$'
4343

4444
group-3:
4545
<<: *defaults
4646
steps:
4747
- attach_workspace:
48-
at: ~/project
48+
at: ~/
4949
- run: yarn lint
5050
- run: yarn test -p cli-service-global,eslint,pwa,babel,babel-preset-app
5151

5252
group-4:
5353
<<: *defaults
5454
steps:
5555
- attach_workspace:
56-
at: ~/project
56+
at: ~/
5757
- run: yarn test -p unit-mocha,unit-jest,e2e-nightwatch,e2e-cypress
5858
- run: yarn test tsPluginE2e
5959

6060
cli-ui:
6161
<<: *defaults
6262
steps:
6363
- attach_workspace:
64-
at: ~/project
64+
at: ~/
6565
- run: cd packages/@vue/cli-ui && yarn test
6666
- store_artifacts:
6767
path: packages/@vue/cli-ui/tests/e2e/videos

0 commit comments

Comments
 (0)