From b43e73c0a18a419ec8cd3298d6bdead02c55e6cf 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 2e50139b43d..dfef845e14f 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