Skip to content

Commit 3aa6034

Browse files
committed
ref: do not use compact summary when diffing make generate
1 parent 002babb commit 3aa6034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- run: make generate
6363
- name: git diff
6464
run: |
65-
git diff --compact-summary --exit-code || \
65+
git diff --exit-code || \
6666
(echo; echo "Unexpected difference in directories after code generation. Run 'make generate' command and commit."; exit 1)
6767
6868
# Run acceptance tests in a matrix with Terraform CLI versions

0 commit comments

Comments
 (0)