Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bschaatsbergen committed Apr 4, 2024
1 parent c388096 commit ab358a7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,12 @@ jobs:
with:
terraform_version: '1.8.0-alpha20240216'
terraform_wrapper: false
- run: make generate
- name: git diff
- name: Generate
run: make generate
- name: Confirm no diff
run: |
git diff --compact-summary --exit-code || \
(echo; echo "Unexpected difference in directories after code generation. Run 'go generate ./...' command and commit."; exit 1)
(echo "*** Unexpected differences after code generation. Run 'make generate' and commit."; exit 1)
# Run acceptance tests in a matrix with Terraform CLI versions
test:
Expand Down

0 comments on commit ab358a7

Please sign in to comment.