Skip to content

Commit

Permalink
Remove --check
Browse files Browse the repository at this point in the history
  • Loading branch information
adamguo0 committed Dec 21, 2023
1 parent 4a6f715 commit 96a0420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
cd postgres
make -C src/tools/pg_bsd_indent/ -j4 install
src/tools/pgindent/pgindent --indent=$GITHUB_WORKSPACE/postgres/src/tools/pg_bsd_indent/pg_bsd_indent --diff --check $GITHUB_WORKSPACE/pg_tle > pgindent.diffs
src/tools/pgindent/pgindent --indent=$GITHUB_WORKSPACE/postgres/src/tools/pg_bsd_indent/pg_bsd_indent --diff $GITHUB_WORKSPACE/pg_tle > pgindent.diffs
test -s pgindent.diffs && cat pgindent.diffs && exit 1 || exit 0
- name: Build pg_tle
Expand Down

0 comments on commit 96a0420

Please sign in to comment.