Skip to content

[GHA] Introduce reusable matrix workflow #91

[GHA] Introduce reusable matrix workflow

[GHA] Introduce reusable matrix workflow #91

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:
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

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

View workflow run for this annotation

GitHub Actions / Pull Request

Invalid workflow file

The workflow is not valid. In .github/workflows/pull_request.yml (Line: 17, Col: 11): Error from called workflow apple/swift-nio/.github/workflows/pull_request_swift_matrix.yml@fa3124525bc2cd0d6743325c700c392537f22c7f (Line: 79, Col: 9): '5_9_OVERRIDE' is already defined In .github/workflows/pull_request.yml (Line: 17, Col: 11): Error from called workflow apple/swift-nio/.github/workflows/pull_request_swift_matrix.yml@fa3124525bc2cd0d6743325c700c392537f22c7f (Line: 80, Col: 9): '5_9_OVERRIDE' is already defined
with:
matrix_linux_name: "Unit tests"
matrix_linux_command: "swift test"