Skip to content

Commit

Permalink
Update test-version workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed Dec 19, 2024
1 parent f9a33da commit 481af6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ jobs:
run: |
echo "The terraform version was $DETECTED_TERRAFORM_VERSION"
if [[ "$DETECTED_TERRAFORM_VERSION" != *"1.9"* ]]; then
if [[ "$DETECTED_TERRAFORM_VERSION" != *"1.10"* ]]; then
echo "::error:: Latest version was not used"
exit 1
fi
Expand Down Expand Up @@ -847,7 +847,7 @@ jobs:
exit 1
fi
if [[ "$DETECETD_TOFU_VERSION" != "1.6.0-alpha3" ]]; then
if [[ "$DETECTED_TOFU_VERSION" != "1.6.0-alpha3" ]]; then
echo "::error:: Terraform version not set from OPENTOFU_VERSION"
exit 1
fi
Expand Down

0 comments on commit 481af6f

Please sign in to comment.