Skip to content

Commit

Permalink
Rename mutation testing stage
Browse files Browse the repository at this point in the history
  • Loading branch information
jossmoff authored Nov 11, 2023
1 parent 8e75e84 commit 5b3e9b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down

0 comments on commit 5b3e9b1

Please sign in to comment.