Skip to content

Commit

Permalink
chore(test): remove tfswitch custom dir in terratest workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
clementsol committed Oct 4, 2024
1 parent 97cd817 commit c82e1da
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/terratest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ jobs:
run: |
wget https://raw.githubusercontent.com/warrensbox/terraform-switcher/release/install.sh
chmod 755 install.sh
./install.sh -b ./.bin v1.2.2 # Last arg is the desired tfswitch version
./install.sh v1.2.2 # Last arg is the desired tfswitch version
rm install.sh
- name: Test with the Go CLI
run: |
.bin/tfswitch -b .bin/terraform
.bin/terraform -v
which terraform
terraform -v

0 comments on commit c82e1da

Please sign in to comment.