This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 2d62c8af27f (chores) ci: fix a typo in the build summary 2d62c8af27f is described below commit 2d62c8af27fb2dbd0c9cd083f113294e8507fb6a Author: Otavio Rodolfo Piske <angusyo...@gmail.com> AuthorDate: Fri Jun 23 16:58:03 2023 +0200 (chores) ci: fix a typo in the build summary --- .github/actions/quick-test/quick-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/quick-test/quick-test.sh b/.github/actions/quick-test/quick-test.sh index 5f27023081b..036d41d319f 100755 --- a/.github/actions/quick-test/quick-test.sh +++ b/.github/actions/quick-test/quick-test.sh @@ -105,7 +105,7 @@ function runTest() { ${basedir}/mvnw -l "${logDir}/${component/\//-}.log" -Psourcecheck ${MVND_OPTS} verify if [[ $? -ne 0 ]]; then ((failures++)) - notifyError "${component} test" "${total}" "${current}" "${failures}" + notifyError "${component}" "${total}" "${current}" "${failures}" else ((successes++)) notifySuccess "${component}" "${total}" "${current}" "${failures}"