From 5397fb5eda0246674ced1195ccdae93e7388cf25 Mon Sep 17 00:00:00 2001 From: jossmoff Date: Sun, 12 Nov 2023 21:50:05 +0000 Subject: [PATCH] :construction_worker: Fixing mutation Testing pipeline --- .github/workflows/cicd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index ba3f7cc..04de533 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -39,7 +39,7 @@ jobs: path: .mutmut-cache key: mutmut-cache-${{ github.head_ref }}-${{ hashFiles('bookshelf/*.py') }} restore-keys: | - mutmut-cache-${{ github.head_ref || 'main'}} + mutmut-cache-${{ github.ref_name || 'main'}} mutmut-cache-main - name: 🦠 Run Mutation Tests