diff --git a/hub-api/run-tests.sh b/hub-api/run-tests.sh index 6dbc7ab..9f3f587 100755 --- a/hub-api/run-tests.sh +++ b/hub-api/run-tests.sh @@ -26,6 +26,6 @@ if [ ! -d $HUB_TMP_DIR ]; then fi cd $HUB_TMP_DIR -git pull origin ${BRANCH} +git checkout -b api-tests-run origin/${BRANCH} make test-api