Skip to content

Commit 476d969

Browse files
optimizing-ci-buildsother
andauthored
disable xml report (#1748)
Co-authored-by: other <other@ECE-A55006.austin.utexas.edu>
1 parent adeed53 commit 476d969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
distribution: 'temurin'
2828
cache: maven
2929
- name: Build with Maven
30-
run: mvn -B package --file pom.xml
30+
run: mvn -B package --file pom.xml -DdisableXmlReport=true

0 commit comments

Comments
 (0)