diff --git a/.github/workflows/test-dependabot.yml b/.github/workflows/test-dependabot.yml index 24fbaa0..8f422b5 100644 --- a/.github/workflows/test-dependabot.yml +++ b/.github/workflows/test-dependabot.yml @@ -18,4 +18,11 @@ jobs: secrets: inherit with: version: ${{ needs.get-version.outputs.version }} - checkout-ref: ${{ github.event.pull_request.head.sha }} \ No newline at end of file + 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 }} \ No newline at end of file