Skip to content

Commit c7df9bc

Browse files
authored
Revert "[ci] : Remove deprecated options on unit-test action" (#513)
Reverts #510 I think the issue #509 that caused this tests disabling has been resolved in Swift and would like to confirm here as well.
1 parent 5924fb6 commit c7df9bc

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,13 @@ jobs:
1717
format_check_container_image: "swiftlang/swift:nightly-6.1-jammy"
1818
yamllint_check_enabled: true
1919

20-
# https://github.com/apple/swift-nio/blob/main/.github/workflows/unit_tests.yml
2120
unit-tests:
2221
name: Unit tests
2322
uses: apple/swift-nio/.github/workflows/unit_tests.yml@main
2423
with:
2524
linux_5_9_enabled: false
2625
linux_5_10_enabled: false
27-
linux_6_0_enabled: true
28-
# this currently resolves to 6.1 nightly
29-
linux_6_0_arguments_override: "--explicit-target-dependency-import-check error"
30-
linux_nightly_next_enabled: true
31-
linux_nightly_next_arguments_override: "--explicit-target-dependency-import-check error"
32-
# this currently resolves to 6.2.dev
33-
# It crashes some of our tests https://github.com/swift-server/swift-aws-lambda-runtime/issues/509
34-
linux_nightly_main_enabled: true
26+
linux_nightly_6_0_arguments_override: "--explicit-target-dependency-import-check error"
3527
linux_nightly_main_arguments_override: "--explicit-target-dependency-import-check error"
3628

3729
integration-tests:

0 commit comments

Comments
 (0)