You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2023/11/09 09:56:31 UTC

(camel) branch camel-4.0.x updated: (chore) ci: set the correct log file name

This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a commit to branch camel-4.0.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-4.0.x by this push:
     new 1a7cd4ca906 (chore) ci: set the correct log file name
1a7cd4ca906 is described below

commit 1a7cd4ca906554b152dd75b2942f03a29c7e9599
Author: Nicolas Filotto <nf...@talend.com>
AuthorDate: Thu Nov 9 10:54:13 2023 +0100

    (chore) ci: set the correct log file name
---
 .github/actions/component-test/action.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/actions/component-test/action.yaml b/.github/actions/component-test/action.yaml
index cbd9a2a52a9..7257029e2cf 100644
--- a/.github/actions/component-test/action.yaml
+++ b/.github/actions/component-test/action.yaml
@@ -56,7 +56,7 @@ runs:
         MAVEN_BINARY: ${{ steps.install-mvnd.outputs.mvnd-dir }}/mvnd
         COMMENT_BODY: ${{ inputs.comment-body }}
         FAST_BUILD: "false"
-        LOG_FILE: build.log
+        LOG_FILE: tests.log
     - name: archive logs
       uses: actions/upload-artifact@v3
       if: always()