Skip to content

Commit

Permalink
ci: speed up presubmit downstream test by not explicitly installing a…
Browse files Browse the repository at this point in the history
…ll modules in google-cloud-java (#1257)
  • Loading branch information
burkedavison authored and lqiu96 committed Jan 25, 2023
1 parent ac2890b commit e72675f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .kokoro/presubmit/downstream-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,5 @@ source ./.kokoro/common.sh
RETURN_CODE=0
setup_application_credentials
setup_cloud "$MODULES_UNDER_TEST"
install_modules
run_graalvm_tests "$MODULES_UNDER_TEST"
exit $RETURN_CODE

0 comments on commit e72675f

Please sign in to comment.