Remove integration tests workflow

Remove the integration tests workflow from the main and scheduled jobs.

Motivation:

There are no integration tests in this repository.

Modifications:

Remove the integration tests workflow from the main and scheduled jobs.

Result:

No more scheduled run failures.
This commit is contained in:
Rick Newton-Rogers 2024-11-14 08:19:33 +00:00
parent ea297604dc
commit 05de54e30c
1 changed files with 0 additions and 7 deletions

View File

@ -16,10 +16,3 @@ jobs:
linux_6_0_arguments_override: "-Xswiftc -warnings-as-errors --explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable"
linux_nightly_6_0_arguments_override: "--explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable"
linux_nightly_main_arguments_override: "--explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable"
integration-tests:
name: Integration test
uses: apple/swift-nio/.github/workflows/swift_matrix.yml@main
with:
name: "Integration test"
matrix_linux_command: "apt-get update -yq && apt-get install -yq lsof dnsutils netcat-openbsd net-tools expect curl jq && ./scripts/integration_tests.sh"