From 0be5d7b81814b53e53496acfa521081c7aa11658 Mon Sep 17 00:00:00 2001 From: Joss Moffatt Date: Sat, 11 Nov 2023 15:34:20 +0000 Subject: [PATCH] Update cicd.yaml --- .github/workflows/cicd.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 0efb133..2fe48bb 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -38,7 +38,7 @@ jobs: id: cache-pr with: path: .mutmut-cache - key: ${{ runner.os }}-mutmut-cache-${{ hashFiles('~/bookshelf') }} + key: ${{ runner.os }}-mutmut-cache-${{ hashFiles('bookshelf') }} - name: 🦠 Run Mutation Tests run: | @@ -55,4 +55,4 @@ jobs: uses: actions/cache/save@v3 with: path: .mutmut-cache - key: ${{ runner.os }}-mutmut-cache-${{ hashFiles('~/bookshelf') }} + key: ${{ runner.os }}-mutmut-cache-${{ hashFiles('bookshelf') }}