We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1499b5b + c107f42 commit bd57fadCopy full SHA for bd57fad
.github/workflows/pull-request.yml
@@ -13,4 +13,4 @@ jobs:
13
java-version: '8'
14
distribution: 'adopt'
15
- name: Run the Maven verify phase
16
- run: mvn --batch-mode --update-snapshots -P dev verify
+ run: mvn --batch-mode --update-snapshots -P dev verify -Dsurefire.useFile=false -DdisableXmlReport=true
0 commit comments