Skip to content

Enable cross-PR testing #123

Enable cross-PR testing

Enable cross-PR testing #123

Workflow file for this run

name: Pull request
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
tests:
name: Test
uses: ahoppen/github-workflows/.github/workflows/swift_package_test.yml@cross-pr-testing

Check failure on line 10 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: 10, Col: 11): Error from called workflow ahoppen/github-workflows/.github/workflows/swift_package_test.yml@cross-pr-testing (Line: 76, Col: 13): Unexpected symbol: '"pull_request"'. Located at position 54 within expression: inputs.enable_windows_checks && github.event_name == "pull_request" In .github/workflows/pull_request.yml (Line: 10, Col: 11): Error from called workflow ahoppen/github-workflows/.github/workflows/swift_package_test.yml@cross-pr-testing (Line: 117, Col: 14): Unexpected symbol: '"pull_request"'. Located at position 54 within expression: inputs.enable_windows_checks && github.event_name == "pull_request"
with:
enable_cross_pr_testing: true
# soundness:
# name: Soundness
# uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
# with:
# license_header_check_enabled: false
# license_header_check_project_name: "Swift.org"