From 1c9dc052680b80b69eae9ce61984e8c32b00e870 Mon Sep 17 00:00:00 2001 From: Josh Elkins Date: Thu, 16 Jan 2025 17:13:00 -0600 Subject: [PATCH] Run 24x Linux int tests --- .github/workflows/integration-test.yml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index ec7ce42a0df..ea09e27a47e 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -16,7 +16,8 @@ permissions: jobs: apple: - if: github.repository == 'awslabs/aws-sdk-swift' || github.event_name == 'pull_request' + if: false + # if: github.repository == 'awslabs/aws-sdk-swift' || github.event_name == 'pull_request' runs-on: ${{ matrix.runner }} strategy: fail-fast: false @@ -145,6 +146,19 @@ jobs: matrix: os: - jammy + n: + - 1 + - 2 + - 3 + - 4 + - 5 + - 6 + - 7 + - 8 + - 9 + - 10 + - 11 + - 12 version: - "5.9" - "6.0" @@ -207,4 +221,4 @@ jobs: - name: Run Integration Tests run: | cd aws-sdk-swift/IntegrationTests - swift test \ No newline at end of file + swift test