You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2023/04/28 18:10:36 UTC

[logging-log4j-transform] 01/02: Fix CI script

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-transform.git

commit 10ce10dd2313c4526ebe5317ef90676aad9bb0f1
Author: Piotr P. Karwasz <pi...@karwasz.org>
AuthorDate: Fri Apr 28 20:08:36 2023 +0200

    Fix CI script
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a45045d..07ca01f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -65,7 +65,7 @@ jobs:
             --show-version --batch-mode --errors --no-transfer-progress \
             -DtrimStackTrace=false \
             -DinstallAtEnd=true \
-            -Pjava8-tests
+            -Pjava8-tests \
             clean install
 
       # `clean verify artifact:compare` is required to generate the build reproducibility report.