Skip to content

Commit 6e86336

Browse files
committed
Fix CI: Remove problematic -p flag to let script use env vars
1 parent 63184ba commit 6e86336

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/binary-swap-check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,8 @@ jobs:
613613
fi
614614
cd ${GITHUB_WORKSPACE}/gpAux/gpdemo
615615
make cluster
616+
source gpdemo-env.sh
617+
gpstate -s
616618
"
617619
618620
# Now run the test script
@@ -626,7 +628,7 @@ jobs:
626628
cd ${GITHUB_WORKSPACE}/gpAux/gpdemo
627629
source gpdemo-env.sh
628630
cd ${SRC_DIR}/src/test/binary_swap
629-
./test_binary_swap.sh -b ${BASELINE_INSTALL_DIR} -c ${CURRENT_INSTALL_DIR} -p ${PGPORT}
631+
./test_binary_swap.sh -b ${BASELINE_INSTALL_DIR} -c ${CURRENT_INSTALL_DIR}
630632
" 2>&1 | tee -a "${LOGS_DIR}/details/test_binary_swap.log" || TEST_RESULT=$?
631633
632634
if [[ $TEST_RESULT -ne 0 ]]; then

0 commit comments

Comments
 (0)