Skip to content

Add workflow to create pr from test to main branch after "Pre-release E2E tests" workflow #56

Add workflow to create pr from test to main branch after "Pre-release E2E tests" workflow

Add workflow to create pr from test to main branch after "Pre-release E2E tests" workflow #56

Workflow file for this run

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