Skip to content

Commit

Permalink
Merge pull request #248 from connext/fix/setup_terraform
Browse files Browse the repository at this point in the history
fix: Add Terraform setup step in CI workflow
  • Loading branch information
LayneHaber authored Jan 28, 2025
2 parents 03c68c4 + a7cf36f commit aab01a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
- name: Filter empty domain ids
run: cat crossChain.json | jq 'del(.[] | select(.chainId == null))' > crossChain.tmp && mv -f crossChain.tmp crossChain.json

- name: Setup Terraform
uses: hashicorp/setup-terraform@v1
with:
terraform_version: 1.5.7

- name: Terraform Plan
run: terraform init

Expand Down

0 comments on commit aab01a4

Please sign in to comment.