Skip to content

Commit ea81502

Browse files
committed
testing top-level workflow changes
1 parent 4f55499 commit ea81502

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/pull_request.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,25 @@ jobs:
1414
unit-tests:
1515
name: Unit tests
1616
# Workaround https://github.com/nektos/act/issues/1875
17-
uses: apple/swift-nio/.github/workflows/unit_tests.yml@main
17+
uses: apple/swift-nio/.github/workflows/unit_tests.yml@nightly_next
1818
with:
1919
linux_5_9_arguments_override: "-Xswiftc -warnings-as-errors --explicit-target-dependency-import-check error"
2020
linux_5_10_arguments_override: "-Xswiftc -warnings-as-errors --explicit-target-dependency-import-check error"
2121
linux_6_0_arguments_override: "-Xswiftc -warnings-as-errors --explicit-target-dependency-import-check error"
22-
linux_nightly_6_1_arguments_override: "-Xswiftc -warnings-as-errors --explicit-target-dependency-import-check error"
22+
linux_nightly_next_arguments_override: "-Xswiftc -warnings-as-errors --explicit-target-dependency-import-check error"
2323
linux_nightly_main_arguments_override: "--explicit-target-dependency-import-check error"
2424

2525
benchmarks:
2626
name: Benchmarks
2727
# Workaround https://github.com/nektos/act/issues/1875
28-
uses: apple/swift-nio/.github/workflows/benchmarks.yml@main
28+
uses: apple/swift-nio/.github/workflows/benchmarks.yml@nightly_next
2929
with:
3030
benchmark_package_path: "Benchmarks"
3131

3232
cxx-interop:
3333
name: Cxx interop
3434
# Workaround https://github.com/nektos/act/issues/1875
35-
uses: apple/swift-nio/.github/workflows/cxx_interop.yml@main
35+
uses: apple/swift-nio/.github/workflows/cxx_interop.yml@nightly_next
3636

3737
construct-integration-test-matrix:
3838
name: Construct integration test matrix
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
persist-credentials: false
4747
- id: generate-matrix
48-
run: echo "integration-test-matrix=$(curl -s https://raw.githubusercontent.com/apple/swift-nio/main/scripts/generate_matrix.sh | bash)" >> "$GITHUB_OUTPUT"
48+
run: echo "integration-test-matrix=$(curl -s https://raw.githubusercontent.com/apple/swift-nio/nightly_next/scripts/generate_matrix.sh | bash)" >> "$GITHUB_OUTPUT"
4949
env:
5050
MATRIX_LINUX_SETUP_COMMAND: "apt-get update -y -q && apt-get install -y -q lsof dnsutils netcat-openbsd net-tools curl jq"
5151
MATRIX_LINUX_COMMAND: "./scripts/integration_tests.sh"
@@ -54,7 +54,7 @@ jobs:
5454
name: Integration tests
5555
needs: construct-integration-test-matrix
5656
# Workaround https://github.com/nektos/act/issues/1875
57-
uses: apple/swift-nio/.github/workflows/swift_test_matrix.yml@main
57+
uses: apple/swift-nio/.github/workflows/swift_test_matrix.yml@nightly_next
5858
with:
5959
name: "Integration tests"
6060
matrix_string: '${{ needs.construct-integration-test-matrix.outputs.integration-test-matrix }}'

0 commit comments

Comments
 (0)