Skip to content

Commit

Permalink
Further testing
Browse files Browse the repository at this point in the history
  • Loading branch information
stv-io committed Jan 19, 2024
1 parent 01c2024 commit b774815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ jobs:
run: |
tfswitch 1.6.6
terraform --version
if [[ -n "$ver" ]]; then
echo "Output of terraform_version${{ steps.tfswitch-install.outputs.terraform_version }}"
if [[ -n "${{ steps.tfswitch-install.outputs.terraform_version }}" ]]; then
echo "Output variable is set"
echo "Terraform ${{ steps.tfswitch-install.outputs.terraform_version }} installed to $(which terraform) .."
ver=${{ steps.tfswitch-install.outputs.terraform_version }}
else
echo "Output variable is empty"
exit 1
Expand Down

0 comments on commit b774815

Please sign in to comment.