Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Commit 5a27993

Browse files
committed
fix ci setup
1 parent 3615abf commit 5a27993

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ci/setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ if [[ $PLATFORM == "gcc_64" ]]; then
1313
postgresIp=$(sudo docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' datasync_postgres)
1414
echo host=$postgresIp >> ./tests/ci/qdsapp.conf
1515
echo 'SETUP_FILE=$$PWD/../../../ci/qdsapp.conf' > ./tests/auto/datasync/TestAppServer/setup.pri
16+
echo 'SETUP_FILE=$$PWD/../../../ci/qdsapp.conf' > ./tests/auto/datasync/IntegrationTest/setup.pri
1617
fi

0 commit comments

Comments
 (0)