Skip to content

Commit 844f220

Browse files
authored
Merge pull request #23 from cruxstack/dev
ci: add missing dep for tests
2 parents 6103905 + cd6cacd commit 844f220

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ jobs:
1111
steps:
1212
- name: Checkout Code
1313
uses: actions/checkout@v3
14+
- name: Setup Terraform
15+
uses: hashicorp/setup-terraform@v3
1416
- name: Terraform Setup
15-
run: |
16-
terraform init
17+
run: terraform init
18+
- name: Terraform Validate
19+
run: terraform validate
1720
- name: Lint Terraform
1821
uses: reviewdog/action-tflint@master
1922
with:

0 commit comments

Comments
 (0)