Skip to content

Commit

Permalink
Enable cross-PR testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoppen committed Oct 25, 2024
1 parent d82d736 commit e6e7f1b
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,17 @@ jobs:
tests:
name: Test
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
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"
enable_windows_checks: false
linux_pre_build_command: |
git clone https://github.com/swiftlang/swift-syntax.git ../swift-syntax
git -C ../swift-syntax fetch origin pull/2859/merge:pr_merge
git -C ../swift-syntax reset --hard pr_merge
git -C ../swift-syntax show
swift package config set-mirror --original https://github.com/swiftlang/swift-syntax.git --mirror "$(realpath ../swift-syntax)"
# 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"

0 comments on commit e6e7f1b

Please sign in to comment.