From 700ce1de341b300ac79d2dbdb9fec4f103e66e5a Mon Sep 17 00:00:00 2001 From: Konrad `ktoso` Malawski Date: Fri, 16 May 2025 13:47:34 +0900 Subject: [PATCH] Revert "[ci] : Remove deprecated options on unit-test action (#510)" This reverts commit 893909543b8904afcd53a734539acc45fe1458a0. --- .github/workflows/pull_request.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 877f2cd8..520c539d 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -17,21 +17,13 @@ jobs: format_check_container_image: "swiftlang/swift:nightly-6.1-jammy" yamllint_check_enabled: true - # https://github.com/apple/swift-nio/blob/main/.github/workflows/unit_tests.yml unit-tests: name: Unit tests uses: apple/swift-nio/.github/workflows/unit_tests.yml@main with: linux_5_9_enabled: false linux_5_10_enabled: false - linux_6_0_enabled: true - # this currently resolves to 6.1 nightly - linux_6_0_arguments_override: "--explicit-target-dependency-import-check error" - linux_nightly_next_enabled: true - linux_nightly_next_arguments_override: "--explicit-target-dependency-import-check error" - # this currently resolves to 6.2.dev - # It crashes some of our tests https://github.com/swift-server/swift-aws-lambda-runtime/issues/509 - linux_nightly_main_enabled: true + linux_nightly_6_0_arguments_override: "--explicit-target-dependency-import-check error" linux_nightly_main_arguments_override: "--explicit-target-dependency-import-check error" integration-tests: