Skip to content

Commit

Permalink
Update cicd.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jossmoff authored Nov 11, 2023
1 parent a3c1765 commit 0be5d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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') }}

0 comments on commit 0be5d7b

Please sign in to comment.