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