Skip to content

Commit

Permalink
👷 Add default value for mutation testing cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jossmoff committed Nov 12, 2023
1 parent 194e0ab commit 158f592
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 }}
mutmut-cache-${{ github.head_ref || main}}
mutmut-cache-main
- name: 🦠 Run Mutation Tests
Expand Down

0 comments on commit 158f592

Please sign in to comment.