From a3c176558bca90610dc40542bc4f58595f72ab6d Mon Sep 17 00:00:00 2001 From: Joss Moffatt Date: Sat, 11 Nov 2023 15:30:35 +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 8a4b79d..0efb133 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/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/bookshelf') }} + key: ${{ runner.os }}-mutmut-cache-${{ hashFiles('~/bookshelf') }}