From cbb96302cb39b7935798d92215452871a3ae8937 Mon Sep 17 00:00:00 2001 From: Aleksandr Rybolovlev Date: Thu, 2 Mar 2023 12:04:18 +0100 Subject: [PATCH] Update GH workflow --- .github/workflows/tests.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 09502b53a1..7ae829d492 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -38,6 +38,9 @@ jobs: needs: get_version_matrix runs-on: ubuntu-latest strategy: + # Don't cancel all in-progress and queued jobs in the matrix if any job in the matrix fails. + # That will be helpful to catch any issues related to a particular Terraform version. + fail-fast: false matrix: terraform_version: ${{ fromJson(needs.get_version_matrix.outputs.version_matrix) }} steps: