Skip to content

Commit bb2c2e1

Browse files
committed
circleci config
1 parent 194d7d2 commit bb2c2e1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.circleci/config.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- restore_cache:
3636
name: restore node_modules
3737
keys:
38-
- build-cache-{{ .Environment.CACHE_VERSION }}-{{ checksum "yarn.lock" }}
38+
- build-cache-{{ .Environment.CACHE_VERSION }}-{{ checksum "yarn.lock" }}
3939
- run:
4040
name: Install dependencies
4141
command: |
@@ -61,8 +61,7 @@ jobs:
6161
when: always
6262
- run:
6363
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
6665
when: always
6766
- run:
6867
name: Move results to ci folder
@@ -74,11 +73,12 @@ jobs:
7473
- persist_to_workspace:
7574
root: .
7675
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
8281
- store_artifacts:
8382
path: ci
83+
- store_artifacts:
8484
path: coverage/lcov.info

0 commit comments

Comments
 (0)