Skip to content

Pull Requests

Pull Requests #162

Workflow file for this run

name: pull_request
on:
workflow_dispatch:
pull_request:
types: [opened, reopened, edited, synchronize]
jobs:
run_checks:
name: Run code checks
uses: spuxx1701/ci-cd/.github/workflows/pnpm_run_checks.yml@v4.0.0
with:
PNPM_BUILD: true
run_unit_tests:
name: Run tests (vitest)
uses: spuxx1701/ci-cd/.github/workflows/pnpm_run_tests_vitest.yml@v4.0.0
with:
PNPM_BUILD: true
COVERAGE_FILENAME: reports/vitest/coverage/cobertura-coverage.xml
COVERAGE_FAIL_BELOW_MIN: 100

Check failure on line 21 in .github/workflows/pull_request.yml

View workflow run for this annotation

GitHub Actions / pull_request

Invalid workflow file

The workflow is not valid. .github/workflows/pull_request.yml (Line: 21, Col: 32): Invalid input, COVERAGE_FAIL_BELOW_MIN is not defined in the referenced workflow.