mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-17 11:03:36 +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
|
GITHUB_PR_NUMBER=0
|
||||||
fi
|
fi
|
||||||
export GITHUB_PR_NUMBER
|
export GITHUB_PR_NUMBER
|
||||||
PSQL="${HOME}/${PG_INSTALL_DIR}/bin/psql"
|
if [[ "${{ runner.os }}" == "macOS" ]] ;
|
||||||
export PSQL
|
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
|
scripts/upload_ci_stats.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user