From a256daf53301d217db772bd848bc02a6c929bb4f Mon Sep 17 00:00:00 2001 From: Rick Newton-Rogers Date: Thu, 14 Nov 2024 08:52:09 +0000 Subject: [PATCH] Remove integration tests workflow (#215) Remove the integration tests workflow from the main and scheduled jobs. ### Motivation: There are no integration tests in this repository. (see https://github.com/apple/swift-nio-transport-services/actions/runs/11833082880) ### Modifications: Remove the integration tests workflow from the main and scheduled jobs. ### Result: No more scheduled run failures. --- .github/workflows/main.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8c50a1f..bda0802 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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"