Skip to content

Commit

Permalink
Avoid uploading unnecessary files for Sonar analysis (build performance)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Edgar <[email protected]>
  • Loading branch information
MikeEdgar committed Nov 20, 2023
1 parent 5bc0823 commit 401bd4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
!**/target/node/**/*
!**/target/**/*.jar
!**/target/**/*.war
!**/target/failsafe-reports/**/*
!**/target/surefire-reports/**/*
!**/target/maven-it/**/*
javadoc:
name: verify javadocs
Expand Down

0 comments on commit 401bd4c

Please sign in to comment.