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

pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-samples.git


The following commit(s) were added to refs/heads/main by this push:
     new c46740a  Add unique suffix to `jre-test` test reports
c46740a is described below

commit c46740a89fc394e5cc76c6a98bfc04d6254b4f58
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Thu Oct 17 17:10:34 2024 +0200

    Add unique suffix to `jre-test` test reports
---
 .github/workflows/integration-test.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/integration-test.yaml 
b/.github/workflows/integration-test.yaml
index e731964..fa17b4d 100644
--- a/.github/workflows/integration-test.yaml
+++ b/.github/workflows/integration-test.yaml
@@ -63,6 +63,7 @@ jobs:
         -Dlog4j.repository.url=${{ inputs.log4j-repository-url }}
       repository: 'apache/logging-log4j-samples'
       ref: ${{ inputs.samples-ref }}
+      test-report-suffix: '-it'
 
   android-test:
     uses: 
apache/logging-log4j-samples/.github/workflows/android-reusable-test.yaml@main

Reply via email to