Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-chaing committed Feb 23, 2024
1 parent 3d3e8d0 commit b62cf38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:
- run: go generate ./...
- name: git 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)
git diff --compact-summary --exit-code || exit 1
# Run acceptance tests in a matrix with Terraform CLI versions
test:
Expand Down

0 comments on commit b62cf38

Please sign in to comment.