Skip to content

Commit 5c492dd

Browse files
committed
Don't swallow asdf install terraform failure
1 parent a9d2fae commit 5c492dd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/actions/lint-terraform/action.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ runs:
1111
shell: bash
1212
run: |
1313
asdf plugin add terraform || true
14-
asdf install terraform || true
14+
asdf install terraform
15+
asdf current terraform
1516
- name: "Check Terraform format"
1617
shell: bash
1718
run: |

0 commit comments

Comments
 (0)