We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f02f27b commit 707e0cdCopy full SHA for 707e0cd
1 file changed
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
distribution: 'temurin'
29
cache: maven
30
- name: Build with Maven
31
- run: ./mvnw -B clean verify --file pom.xml -X
+ run: ./mvnw -B clean verify --file pom.xml
32
- name: Publish Test Report
33
uses: mikepenz/action-junit-report@v5
34
if: success() || failure() # always run even if the previous step fails
0 commit comments