Skip to content

Commit

Permalink
Fix path issue in the test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-mlodgenski committed Nov 14, 2024
1 parent 7837185 commit 70c6c52
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 @@ -47,7 +47,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 $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/pgcollection > pgindent.diffs
test -s pgindent.diffs && cat pgindent.diffs && exit 1 || exit 0
- name: Build pgcollection
Expand Down

0 comments on commit 70c6c52

Please sign in to comment.