Skip to content

Commit

Permalink
disable xml report (#1748)
Browse files Browse the repository at this point in the history
Co-authored-by: other <other@ECE-A55006.austin.utexas.edu>
  • Loading branch information
optimizing-ci-builds and other authored Mar 21, 2023
1 parent adeed53 commit 476d969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn -B package --file pom.xml -DdisableXmlReport=true

0 comments on commit 476d969

Please sign in to comment.