Skip to content

Commit

Permalink
Merge branch 'main' into update-binary-test
Browse files Browse the repository at this point in the history
  • Loading branch information
aufi committed Sep 13, 2024
2 parents f5ea645 + 663ebce commit ef9a4d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hub-api/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ if [ ! -d $HUB_TMP_DIR ]; then
fi

cd $HUB_TMP_DIR
git checkout -b api-tests-run origin/${BRANCH}
git fetch origin ${BRANCH}:fetched
git checkout fetched

make test-api

0 comments on commit ef9a4d8

Please sign in to comment.