Skip to content

Commit

Permalink
Upgrade pg_hint_plan in Code Coverage Workflow (babelfish-for-postgre…
Browse files Browse the repository at this point in the history
…sql#2052)

Upgrade pg_hint_plan in Code Coverage Workflow

This commit upgrades the pg_hint_plan verison in the code-coverage.yml
file.

Signed-off-by: Sharu Goel <[email protected]>
  • Loading branch information
thephantomthief authored and Jason Teng committed Dec 24, 2023
1 parent 7a8e2d3 commit 267766e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
if [[ ${{matrix.branch}} == "BABEL_2_"* ]]; then
git clone --depth 1 --branch REL14_1_4_0 https://github.com/ossc-db/pg_hint_plan.git
else
git clone --depth 1 --branch PG15 https://github.com/ossc-db/pg_hint_plan.git
git clone --depth 1 --branch REL15_1_5_1 https://github.com/ossc-db/pg_hint_plan.git
fi
cd pg_hint_plan
export PATH=$HOME/psql/bin:$PATH
Expand Down

0 comments on commit 267766e

Please sign in to comment.