Skip to content

Commit

Permalink
run test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
oarbusi committed Mar 13, 2024
1 parent 588d7c0 commit 09e44c8
Showing 1 changed file with 4 additions and 23 deletions.
27 changes: 4 additions & 23 deletions .github/workflows/terraform-compatibility-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,26 +53,7 @@ jobs:
shell: bash
run: |
echo "${{ steps.get-terraform-supported-versions.outputs.supported_versions }}"
# update-terraform-supported-versions:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
# - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
# with:
# go-version-file: 'go.mod'
# - name: Update files
# run: make tools update-terraform-supported-versions
# - name: Verify Changed files
# uses: tj-actions/verify-changed-files@79a8cef5d9ef3ab541ee07ef179bd6c3c2d42ecc
# id: verify-changed-files
# - name: Create PR
# uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
# if: steps.verify-changed-files.outputs.files_changed == 'true'
# with:
# title: "chore: Updates HashiCorp Terrafrom supported versions"
# commit-message: "chore: Updates HashiCorp terraform supported versions"
# delete-branch: true
# branch: update-supported-versions
# body: Automatic update of supported Terraform versions
- name: Run Test Suite with all HashiCorp Terraform supported versions
uses: ./.github/workflows/test-suite.yml
with:
terraform_matrix: ${{ steps.get-terraform-supported-versions.outputs.supported_versions }}

0 comments on commit 09e44c8

Please sign in to comment.