This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/master by this push: new 75b0792 Fix mvn profile name for github-actions. (#6370) 75b0792 is described below commit 75b07920c62c2e6d2cec450696ddcb75a2087cbd Author: Caner Balci <canerba...@gmail.com> AuthorDate: Fri Dec 18 15:59:53 2020 -0800 Fix mvn profile name for github-actions. (#6370) --- .github/workflows/scripts/.pinot_test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scripts/.pinot_test.sh b/.github/workflows/scripts/.pinot_test.sh index 46ffafe..4ed840d 100755 --- a/.github/workflows/scripts/.pinot_test.sh +++ b/.github/workflows/scripts/.pinot_test.sh @@ -45,7 +45,7 @@ fi # Only run integration tests if needed if [ "$RUN_INTEGRATION_TESTS" != false ]; then - mvn test -B -P github-action,integration-tests-only && exit 0 || exit 1 + mvn test -B -P github-actions,integration-tests-only && exit 0 || exit 1 else - mvn test -B -P github-action,no-integration-tests && exit 0 || exit 1 + mvn test -B -P github-actions,no-integration-tests && exit 0 || exit 1 fi --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org