diff --git a/run_ci_tests.sh b/run_ci_tests.sh index cb327c1..e4e0f8c 100755 --- a/run_ci_tests.sh +++ b/run_ci_tests.sh @@ -9,8 +9,8 @@ git config --global user.name "Your Name" git merge --no-ff "proposed/$BRANCH" -m "Merge PR" echo "Running tests for branch $BRANCH of repo $REPO" -echo "Last commit:" -git log -1 +echo "Last commits:" +git log -2 fi