From 9ecae9aa5f051030e25cc78d7b3313a5cf6c1d7a Mon Sep 17 00:00:00 2001 From: fblankendaal Date: Wed, 11 Dec 2024 11:18:51 +0100 Subject: [PATCH] remove test --- .github/workflows/terraform-validation.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/terraform-validation.yaml b/.github/workflows/terraform-validation.yaml index 9a26a9c..ffd62a0 100644 --- a/.github/workflows/terraform-validation.yaml +++ b/.github/workflows/terraform-validation.yaml @@ -53,12 +53,12 @@ jobs: env: AWS_DEFAULT_REGION: eu-west-1 - - name: Terraform Test - id: test - if: ${{ !vars.SKIP_TERRAFORM_TESTS }} - run: | - terraform init - terraform test + # - name: Terraform Test + # id: test + # if: ${{ !vars.SKIP_TERRAFORM_TESTS }} + # run: | + # terraform init + # terraform test - uses: actions/github-script@v6 if: github.event_name == 'pull_request' || always()