[CI] don't cache node_modules nor .spago

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