Skip to content

[ci] : Remove deprecated options on unit-test action #510

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Mar 20, 2025
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,19 @@ 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_nightly_6_0_arguments_override: "--explicit-target-dependency-import-check error"
linux_nightly_main_arguments_override: "--explicit-target-dependency-import-check error"
linux_6_0_enabled: true
# this currently resolves to 6.1 nightly
linux_nightly_next_enabled: true
# 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

integration-tests:
name: Integration Tests
Expand Down
Loading