From ac9c01cf105379623e48d0a59ba11520e6ba53b5 Mon Sep 17 00:00:00 2001 From: Hazelnoot Date: Wed, 24 Sep 2025 11:45:55 -0400 Subject: [PATCH] share the node_modules cache between dev and test --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4a525be559..d23e21be7d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ stages: - git submodule update --init - pnpm install --frozen-lockfile cache: - key: build + key: node_modules policy: pull-push when: on_success paths: @@ -38,8 +38,6 @@ build: .test_common: &test_common <<: *build_common stage: test - cache: - key: test lint: <<: *test_common