From c889bb2e67a2882c9290d5cb8106af72e445b290 Mon Sep 17 00:00:00 2001 From: peterwoodworth Date: Fri, 8 Sep 2023 15:05:12 -0700 Subject: [PATCH] chore: remove node from matrix in integ tests --- .github/workflows/tests-integ.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/tests-integ.yml b/.github/workflows/tests-integ.yml index 722bbeef3..cd075bcbb 100644 --- a/.github/workflows/tests-integ.yml +++ b/.github/workflows/tests-integ.yml @@ -12,7 +12,6 @@ jobs: fail-fast: false matrix: os: [[self-hosted, linux-fargate], windows-latest, ubuntu-latest, macos-latest] - node: [14, 16, 18] name: Run OIDC integ tests runs-on: ${{ matrix.os }} timeout-minutes: 30 @@ -35,7 +34,6 @@ jobs: fail-fast: false matrix: os: [[self-hosted, linux-fargate], windows-latest, ubuntu-latest, macos-latest] - node: [14, 16, 18] name: Run OIDC integ tests with existing invalid env vars runs-on: ${{ matrix.os }} env: @@ -59,7 +57,6 @@ jobs: fail-fast: false matrix: os: [[self-hosted, linux-fargate], windows-latest, ubuntu-latest, macos-latest] - node: [14, 16, 18] name: Run access key integ tests runs-on: ${{ matrix.os }} timeout-minutes: 30 @@ -80,7 +77,6 @@ jobs: fail-fast: false matrix: os: [[self-hosted, linux-fargate], windows-latest, ubuntu-latest, macos-latest] - node: [14, 16, 18] name: Run access key from env integ tests runs-on: ${{ matrix.os }} timeout-minutes: 30 @@ -102,7 +98,6 @@ jobs: fail-fast: false matrix: os: [[self-hosted, linux-fargate], windows-latest, ubuntu-latest, macos-latest] - node: [14, 16, 18] name: Run IAM User integ tests runs-on: ${{ matrix.os }} timeout-minutes: 30