diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 29da59f..6dfc4bf 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -33,9 +33,8 @@ jobs: env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - - name: 🗃️ Uncache PR Mutation Testing Cache + - name: 🗃️ Uncache Mutation Testing Artifacts uses: actions/cache/restore@v3 - id: cache-pr with: path: .mutmut-cache key: ${{ runner.os }}-mutmut-cache-${{ hashFiles('bookshelf/*.py') }}