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

jbonofre pushed a commit to branch karaf-4.4.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.4.x by this push:
     new ad2312455f Not FAE for test (easier to investigate on CI) (#2234)
ad2312455f is described below

commit ad2312455f26ab764ddcb7d68a430508474c9db6
Author: JB Onofré <[email protected]>
AuthorDate: Tue Jan 20 16:44:40 2026 +0100

    Not FAE for test (easier to investigate on CI) (#2234)
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2e50139b43..dfef845e14 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -64,4 +64,4 @@ jobs:
           distribution: 'temurin'
           cache: 'maven'
       - name: Test
-        run: mvn -B -e -fae clean install -Ptest
+        run: mvn -U -B -e clean install -Ptest

Reply via email to