From 0231f81f15f4fab5006613d23d8334ef3a28405a Mon Sep 17 00:00:00 2001 From: Piasecki-grid Date: Fri, 28 Mar 2025 11:02:35 +0100 Subject: [PATCH] Setting up test infrastructure pipeline v13 --- .github/workflows/setup-infra-pipeline.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/setup-infra-pipeline.yml b/.github/workflows/setup-infra-pipeline.yml index 7729d7b4c..0e7bcdaf8 100644 --- a/.github/workflows/setup-infra-pipeline.yml +++ b/.github/workflows/setup-infra-pipeline.yml @@ -55,11 +55,11 @@ jobs: terraform init - - name: Terraform Format & Validate - run: | - cd cicd/grid-capstone-terraform-infra - terraform fmt -check - terraform validate + # - name: Terraform Format & Validate + # run: | + # cd cicd/grid-capstone-terraform-infra + # terraform fmt -check + # terraform validate - name: Terraform Apply