mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 14:06:20 +00:00
Fix
This commit is contained in:
6
.github/workflows/check.yml
vendored
6
.github/workflows/check.yml
vendored
@@ -61,8 +61,10 @@ jobs:
|
|||||||
working-directory: src/tools/pg_bsd_indent
|
working-directory: src/tools/pg_bsd_indent
|
||||||
run: sudo make install
|
run: sudo make install
|
||||||
|
|
||||||
- name: Add pgindent to path
|
- name: Add pg_bsd_indent and pgindent to path
|
||||||
run: echo "${{ github.workspace }}/src/tools/pgindent" >> $GITHUB_PATH
|
run: |
|
||||||
|
echo "/usr/local/pgsql/bin" >> $GITHUB_PATH
|
||||||
|
echo "${{ github.workspace }}/src/tools/pgindent" >> $GITHUB_PATH
|
||||||
|
|
||||||
- name: Format sources
|
- name: Format sources
|
||||||
working-directory: contrib/pg_stat_monitor
|
working-directory: contrib/pg_stat_monitor
|
||||||
|
|||||||
Reference in New Issue
Block a user