mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-15 18:13:18 +08:00
Fix upload test results for macos regression CI
This commit is contained in:
parent
4f2f6585d3
commit
2f6d1b68da
8
.github/workflows/linux-build-and-test.yaml
vendored
8
.github/workflows/linux-build-and-test.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user