Fix upload test results for macos regression CI

This commit is contained in:
Ante Kresic 2023-12-20 14:00:52 +01:00 committed by Ante Kresic
parent 4f2f6585d3
commit 2f6d1b68da

View File

@ -282,6 +282,10 @@ jobs:
GITHUB_PR_NUMBER=0
fi
export GITHUB_PR_NUMBER
PSQL="${HOME}/${PG_INSTALL_DIR}/bin/psql"
export PSQL
if [[ "${{ runner.os }}" == "macOS" ]] ;
then
# Add libpq to PATH so psql can be used for uploading
# test results
export PATH="/usr/local/opt/libpq/bin:$PATH"
fi
scripts/upload_ci_stats.sh