Skip to content

Commit

Permalink
Add mutation testing to dependabot PRs
Browse files Browse the repository at this point in the history
Closes #512
  • Loading branch information
baynezy committed Jan 1, 2025
1 parent 3ac9eac commit 00b028c
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 00b028c

Please sign in to comment.