Skip to content

Commit

Permalink
feat: Add an option to disable auto-upgrade [DEVOP-5736]
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagart-cactus committed Jan 22, 2025
1 parent 4b3cb69 commit 624823c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/terratest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
- name: Install Terraform
uses: hashicorp/setup-terraform@v3
with:
terraform_version: "1.9.0"
- name: Set up Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 624823c

Please sign in to comment.