Revert "share the node_modules cache between dev and test"

This reverts commit 4d8b9715fe5ac6c82da4798c99a4be62906350d9.
This commit is contained in:
Hazelnoot 2025-09-24 11:49:05 -04:00
parent d88e0c5193
commit 4032abc4db

View file

@ -19,7 +19,7 @@ stages:
- git submodule update --init
- pnpm install --frozen-lockfile
cache:
key: node_modules
key: build
policy: pull-push
when: on_success
paths:
@ -38,6 +38,8 @@ build:
.test_common: &test_common
<<: *build_common
stage: test
cache:
key: test
lint:
<<: *test_common