Skip to content

[GHA] Introduce reusable matrix workflow #90

[GHA] Introduce reusable matrix workflow

[GHA] Introduce reusable matrix workflow #90

Workflow file for this run

name: Pull Request
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
jobs:
call-pull-request-soundness-workflow:
name: Checks
uses: ./.github/workflows/pull_request_soundness.yml
with:
benchmarks_linux_package_path: "Benchmarks"

Check failure on line 12 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: 12, Col: 38): Invalid input, benchmarks_linux_package_path is not defined in the referenced workflow.
license_header_check_project_name: "SwiftNIO"
format_check_enabled: false
call-pull-request-unit-tests-workflow:
name: Checks
uses: ./.github/workflows/pull_request_swift_matrix.yml
with:
matrix_linux_name: "Unit tests"
matrix_linux_command: "swift test"