File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6060 tests_release :
6161 name : Test Release
6262 needs : package
63- uses : swiftlang /github-workflows/.github/workflows/swift_package_test.yml@0.0.2
63+ uses : matthewbastien /github-workflows/.github/workflows/swift_package_test.yml@upload-artifact
6464 with :
6565 needs_token : true
6666 # Linux
9191 tests_insiders :
9292 name : Test Insiders
9393 needs : package
94- uses : swiftlang /github-workflows/.github/workflows/swift_package_test.yml@0.0.2
94+ uses : matthewbastien /github-workflows/.github/workflows/swift_package_test.yml@upload-artifact
9595 with :
9696 needs_token : true
9797 # Linux
Original file line number Diff line number Diff line change 4848 tests :
4949 name : ${{ contains(github.event.pull_request.labels.*.name, 'full-test-run') && 'Full Test Run' || 'Test'}}
5050 needs : package
51- uses : swiftlang /github-workflows/.github/workflows/swift_package_test.yml@0.0.2
51+ uses : matthewbastien /github-workflows/.github/workflows/swift_package_test.yml@upload-artifact
5252 with :
5353 needs_token : true
5454 # Linux
8080
8181 soundness :
8282 name : Soundness
83- uses : swiftlang /github-workflows/.github/workflows/soundness.yml@0.0.2
83+ uses : matthewbastien /github-workflows/.github/workflows/soundness.yml@upload-artifact
8484 with :
8585 # Pending https://github.com/swiftlang/vscode-swift/pull/1176
8686 license_header_check_enabled : false
You can’t perform that action at this time.
0 commit comments