Skip to content

Commit

Permalink
remove currently not working tf test
Browse files Browse the repository at this point in the history
  • Loading branch information
Blankf committed Nov 25, 2024
1 parent a1bf447 commit c08c960
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/terraform-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit c08c960

Please sign in to comment.