From a90a6fdb61c1d329a0fde95a915acf63c92de35e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Isager=20Dalsgar=C3=B0?= Date: Wed, 14 Feb 2024 20:41:48 +0100 Subject: [PATCH] Add `name` to cache keys --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a79ce37..3d46ae3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/cache@v4 with: path: corestore - key: corestore + key: corestore-${{ matrix.name }} - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }}