[CI] try ordering by setting 'stage'

parent 20045b84
...@@ -18,6 +18,7 @@ stages: ...@@ -18,6 +18,7 @@ stages:
- test - test
deps: deps:
stage: deps
cache: cache:
paths: paths:
- /nix/store - /nix/store
...@@ -28,6 +29,7 @@ deps: ...@@ -28,6 +29,7 @@ deps:
- nix-shell shell.nix --run 'bun install --skip-builds' - nix-shell shell.nix --run 'bun install --skip-builds'
test: test:
stage: test
cache: cache:
# cache per branch name # cache per branch name
# key: ${CI_COMMIT_REF_SLUG} # key: ${CI_COMMIT_REF_SLUG}
......
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