From 9adb7e6ac350c060dec55f5ab30f55c9da4a8302 Mon Sep 17 00:00:00 2001 From: Kevin Gibson Date: Thu, 14 Mar 2024 22:13:37 -0700 Subject: [PATCH] disabling parallel test --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4053709..a175634 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -59,6 +59,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 15 strategy: + max-parallel: 1 fail-fast: false matrix: # list whatever Terraform versions here you would like to support