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