Skip to content

Commit

Permalink
👷 Fixing mutation Testing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jossmoff committed Nov 12, 2023
1 parent 04ca882 commit 5397fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5397fb5

Please sign in to comment.