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') }}