Skip to content

Commit

Permalink
Merge pull request #513 from baynezy/feature/issue-512-mutation-depen…
Browse files Browse the repository at this point in the history
…dabot

Add mutation testing to dependabot PRs
  • Loading branch information
baynezy authored Jan 1, 2025
2 parents 8910846 + 00b028c commit 54ecf7b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,11 @@ jobs:
secrets: inherit
with:
version: ${{ needs.get-version.outputs.version }}
checkout-ref: ${{ github.event.pull_request.head.sha }}
checkout-ref: ${{ github.event.pull_request.head.sha }}

mutation-testing:
needs: [get-version]
uses: ./.github/workflows/step-mutation-testing.yml
secrets: inherit
with:
comparison: ${{ github.base_ref }}

0 comments on commit 54ecf7b

Please sign in to comment.