Skip to content

Commit

Permalink
test workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-corbett committed Jan 10, 2024
1 parent 908d359 commit 0022b60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: hashicorp/setup-terraform@v2

- name: build application
run: make all
run: make build

- name: Terraform fmt
run: terraform fmt -check
Expand All @@ -23,3 +23,5 @@ jobs:

- name: Terraform Validate
run: terraform validate -no-color
env:
TF_CLI_CONFIG_FILE: bin/developer_overrides.tfrc

0 comments on commit 0022b60

Please sign in to comment.