Commit 36c9d209 authored by Rémy Coutable's avatar Rémy Coutable

The setup-test-env should push and pull the default cache

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent bcd1a3a0
...@@ -212,8 +212,9 @@ setup-test-env: ...@@ -212,8 +212,9 @@ setup-test-env:
<<: *use-pg <<: *use-pg
<<: *dedicated-runner <<: *dedicated-runner
<<: *except-docs <<: *except-docs
<<: *push-cache
stage: prepare stage: prepare
cache:
<<: *default-cache
script: script:
- node --version - node --version
- yarn install --pure-lockfile --cache-folder .yarn-cache - yarn install --pure-lockfile --cache-folder .yarn-cache
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment