[CI] don't cache node_modules nor .spago

CI is slow and this might be too much
parent 7559b2da
......@@ -33,9 +33,9 @@ compile:
cache:
paths:
- /nix/store
- node_modules/
#- node_modules/
- output/
- .spago/
#- .spago/
#- ${CI_PROJECT_DIR}/bun.lockb
script:
- nix-shell shell.nix --run fix-bun
......@@ -48,10 +48,11 @@ test:
# key: ${CI_COMMIT_REF_SLUG}
paths:
- /nix/store
- node_modules/
#- node_modules/
- output/
- .spago/
#- .spago/
#- ${CI_PROJECT_DIR}/bun.lockb
script:
- nix-shell shell.nix --run fix-bun
- nix-shell shell.nix --run test-ps
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