File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 7777
7878 unit-tests :
7979 name : Unit Tests
80- # needs: [ checkstyle, spotbugs ]
80+ needs : [ spotbugs ]
8181 runs-on : ubuntu-latest
8282 steps :
8383 - name : Checkout Repository
@@ -118,7 +118,7 @@ jobs:
118118
119119 component-tests :
120120 name : Component Tests
121- # needs: [ checkstyle, spotbugs ]
121+ needs : [ spotbugs ]
122122 runs-on : ubuntu-latest
123123 steps :
124124 - name : Checkout Repository
Original file line number Diff line number Diff line change @@ -110,3 +110,15 @@ task integrationTest(type: Test) {
110110
111111check. dependsOn componentTest
112112check. dependsOn integrationTest
113+
114+ spotbugsMain {
115+ reports {
116+ html {
117+ enabled = true
118+ }
119+ xml {
120+ enabled = true
121+ }
122+ excludeFilter. set(file(" spotbugs/exclude.xml" ))
123+ }
124+ }
You can’t perform that action at this time.
0 commit comments