mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Cache yarn corrctly (#7727)
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
parent
869ba2b3cd
commit
e91f7e1c0a
|
@ -27,8 +27,8 @@ jobs:
|
||||||
key: v1
|
key: v1
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- v1-npm-deps-{{ checksum "web/ui/react-app/yarn.lock" }}
|
- v3-npm-deps-{{ checksum "web/ui/react-app/yarn.lock" }}
|
||||||
- v1-npm-deps-
|
- v3-npm-deps-
|
||||||
- run:
|
- run:
|
||||||
command: make
|
command: make
|
||||||
environment:
|
environment:
|
||||||
|
@ -49,9 +49,9 @@ jobs:
|
||||||
- go/save-cache:
|
- go/save-cache:
|
||||||
key: v1
|
key: v1
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: v1-npm-deps-{{ checksum "web/ui/react-app/yarn.lock" }}
|
key: v3-npm-deps-{{ checksum "web/ui/react-app/yarn.lock" }}
|
||||||
paths:
|
paths:
|
||||||
- web/ui/react-app/node_modules
|
- /home/circleci/.cache/yarn
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
path: test-results
|
path: test-results
|
||||||
test_windows:
|
test_windows:
|
||||||
|
|
Loading…
Reference in a new issue