From 8e75e84096b924d84b80063f871082ade653bc97 Mon Sep 17 00:00:00 2001 From: Joss Moffatt Date: Sat, 11 Nov 2023 16:11: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 2fe48bb..29da59f 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/*.py') }} - 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/*.py') }}