Skip to content

Commit

Permalink
Use cross-pr-testing from github-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoppen committed Oct 29, 2024
1 parent 5985355 commit c0a0421
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ on:
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
uses: ahoppen/github-workflows/.github/workflows/swift_package_test.yml@cross-pr-testing
with:
license_header_check_enabled: false
license_header_check_project_name: "Swift.org"
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"

0 comments on commit c0a0421

Please sign in to comment.