Skip to content

Commit 55e146e

Browse files
temporarily point at my fork for testing purposes
1 parent bbce425 commit 55e146e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
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
@@ -91,7 +91,7 @@ jobs:
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

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
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
@@ -80,7 +80,7 @@ jobs:
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

0 commit comments

Comments
 (0)