diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index c699d344..ea2dda24 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -33,4 +33,4 @@ jobs: distribution: 'adopt' cache: maven - name: Build with Maven - run: mvn -B verify --file pom.xml + run: mvn -B verify --file pom.xml -Dsurefire.useFile=false -DdisableXmlReport=true