We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63184ba commit 6e86336Copy full SHA for 6e86336
1 file changed
.github/workflows/binary-swap-check.yml
@@ -613,6 +613,8 @@ jobs:
613
fi
614
cd ${GITHUB_WORKSPACE}/gpAux/gpdemo
615
make cluster
616
+ source gpdemo-env.sh
617
+ gpstate -s
618
"
619
620
# Now run the test script
@@ -626,7 +628,7 @@ jobs:
626
628
627
629
source gpdemo-env.sh
630
cd ${SRC_DIR}/src/test/binary_swap
- ./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}
632
" 2>&1 | tee -a "${LOGS_DIR}/details/test_binary_swap.log" || TEST_RESULT=$?
633
634
if [[ $TEST_RESULT -ne 0 ]]; then
0 commit comments