This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/main by this push:
new 0d51ccd6a4 Not FAE for test (easier to investigate on CI) (#2233)
0d51ccd6a4 is described below
commit 0d51ccd6a4f98110b2eca4207668b58b4cbfdf3b
Author: JB Onofré <[email protected]>
AuthorDate: Tue Jan 20 16:36:45 2026 +0100
Not FAE for test (easier to investigate on CI) (#2233)
---
.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 19d25281b4..4ec1eb167a 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