File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 35
35
- restore_cache :
36
36
name : restore node_modules
37
37
keys :
38
- - build-cache-{{ .Environment.CACHE_VERSION }}-{{ checksum "yarn.lock" }}
38
+ - build-cache-{{ .Environment.CACHE_VERSION }}-{{ checksum "yarn.lock" }}
39
39
- run :
40
40
name : Install dependencies
41
41
command : |
61
61
when : always
62
62
- run :
63
63
name : Send coverage report to Code Climate
64
- command :
65
- ./cc-test-reporter after-build -t lcov
64
+ command : ./cc-test-reporter after-build -t lcov
66
65
when : always
67
66
- run :
68
67
name : Move results to ci folder
@@ -74,11 +73,12 @@ jobs:
74
73
- persist_to_workspace :
75
74
root : .
76
75
paths :
77
- - ci/jobs/package
78
- - ci/packages
79
- - ci/dist
80
- - ci/grafana-test-env
81
- - coverage/lcov.info
76
+ - ci/jobs/package
77
+ - ci/packages
78
+ - ci/dist
79
+ - ci/grafana-test-env
80
+ - coverage/lcov.info
82
81
- store_artifacts :
83
82
path : ci
83
+ - store_artifacts :
84
84
path : coverage/lcov.info
You can’t perform that action at this time.
0 commit comments