Commit 60ad658d authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[CI] add /nix/store to cache

parent 814b9423
Pipeline #2352 failed with stage
in 0 seconds
...@@ -19,6 +19,7 @@ stages: ...@@ -19,6 +19,7 @@ stages:
deps: deps:
cache: cache:
paths: paths:
- /nix/store
- node_modules/ - node_modules/
script: script:
- nix-env -i git - nix-env -i git
...@@ -29,6 +30,7 @@ test: ...@@ -29,6 +30,7 @@ test:
# cache per branch name # cache per branch name
# key: ${CI_COMMIT_REF_SLUG} # key: ${CI_COMMIT_REF_SLUG}
paths: paths:
- /nix/store
- node_modules/ - node_modules/
script: script:
# find 0.14.5 purescript version here: # find 0.14.5 purescript version here:
......
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