From 2875a9513c2ddf54667cc24e300a33828d18e273 Mon Sep 17 00:00:00 2001 From: Rishav Dhar <19497993+rdhar@users.noreply.github.com> Date: Wed, 6 Nov 2024 13:59:19 +0000 Subject: [PATCH] focus on format test Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com> --- .github/workflows/tf_tests.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tf_tests.yaml b/.github/workflows/tf_tests.yaml index 86a980ed..e75c3b86 100644 --- a/.github/workflows/tf_tests.yaml +++ b/.github/workflows/tf_tests.yaml @@ -19,10 +19,10 @@ jobs: strategy: fail-fast: false matrix: - tool: [tofu, terraform] + tool: [terraform] # [tofu, terraform] test: - - pass_one - - pass_character_limit + # - pass_one + # - pass_character_limit - pass_format_diff # - fail_invalid_resource_type # - fail_data_source_error @@ -53,7 +53,7 @@ jobs: - name: Provision TF id: tf - continue-on-error: true + # continue-on-error: true uses: ./ with: command: ${{ github.event.pull_request.merged && 'apply' || 'plan' }}