From 5b3e9b17baa7b13dcae65c6268d25f5dcbcd56e8 Mon Sep 17 00:00:00 2001 From: Joss Moffatt Date: Sat, 11 Nov 2023 16:18:05 +0000 Subject: [PATCH] Rename mutation testing stage --- .github/workflows/cicd.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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') }}