Add workflow to create pr from test to main branch after "Pre-release E2E tests" workflow #56
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check coverage for PR | |
on: | |
pull_request: | |
jobs: | |
run-tests-check-coverage: | |
name: Run tests & check coverage | |
permissions: | |
checks: write | |
pull-requests: write | |
uses: fingerprintjs/dx-team-toolkit/.github/workflows/coverage-diff.yml@v1 | |
with: | |
nodeVersion: 16 |