From c08c960164e7a668032a43dda12350b8b83ba690 Mon Sep 17 00:00:00 2001 From: fblankendaal Date: Mon, 25 Nov 2024 11:37:33 +0100 Subject: [PATCH] remove currently not working tf 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()