PG-605: Fix TAP Tests framework crash. (#377)

This commit is contained in:
Naeem Akhter
2023-02-22 23:47:03 +05:00
committed by GitHub
parent 837bacdf3a
commit be1b4af180
10 changed files with 26 additions and 8 deletions

View File

@@ -59,7 +59,9 @@ jobs:
sudo tee -a /etc/postgresql/13/main/postgresql.conf
sudo service postgresql start
sudo psql -V
sudo -u postgres bash -c 'make installcheck USE_PGXS=1'
export PG_TEST_PORT_DIR=${GITHUB_WORKSPACE}/src/pg_stat_monitor
echo $PG_TEST_PORT_DIR
sudo -E -u postgres bash -c 'make installcheck USE_PGXS=1'
working-directory: src/pg_stat_monitor
- name: Change dir permissions on fail