From 26be95465c30e3513e254b2c6efc5957fbc031f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?JB=20Onofr=C3=A9?= Date: Tue, 20 Jan 2026 14:56:19 +0100 Subject: [PATCH] Not FAE for test (easier to investigate on CI) --- .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 19d25281b41..4ec1eb167a4 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