You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/07/21 09:23:17 UTC

[camel] branch main updated: (chores) ci: added a log message prior to report processing

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 1e9722419de (chores) ci: added a log message prior to report processing
1e9722419de is described below

commit 1e9722419de225b3745d9eddaaee6c2ac34a0199
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Fri Jul 21 10:02:19 2023 +0200

    (chores) ci: added a log message prior to report processing
---
 .github/actions/incremental-build/incremental-build.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/actions/incremental-build/incremental-build.sh b/.github/actions/incremental-build/incremental-build.sh
index e73b9fcbce7..a8ad77a476a 100755
--- a/.github/actions/incremental-build/incremental-build.sh
+++ b/.github/actions/incremental-build/incremental-build.sh
@@ -138,6 +138,7 @@ function main() {
     fi
   fi
 
+  echo "Processing surefire and failsafe reports to create the summary"
   echo -e "| Failed Test | Duration | Failure Type |\n| --- | --- | --- |"  > "$GITHUB_STEP_SUMMARY"
   find . -path '*target/*-reports*' -iname '*.txt' -exec .github/actions/incremental-build/parse_errors.sh {} \;