Skip to content

Commit 54112b6

Browse files
committed
remove spotbugs to save time in CI
1 parent 171bdcc commit 54112b6

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -233,11 +233,6 @@ jobs:
233233
"mvn_goal": "org.apache.maven.plugins:maven-pmd-plugin:pmd",
234234
"report": ".pipeline/scripts/print-pmd.py"
235235
}
236-
- {
237-
"name": "Spotbugs",
238-
"mvn_goal": "com.github.spotbugs:spotbugs-maven-plugin:spotbugs",
239-
"report": ".pipeline/scripts/print-spotbugs.py"
240-
}
241236
name: "Run ${{ matrix.task.name }} Analysis"
242237
steps:
243238
- name: "Checkout repository"
@@ -355,16 +350,6 @@ jobs:
355350
working-directory: ./example-${{ matrix.task.archetype }}
356351
run: mvn test -B -Dsurefire.logLevel='error'
357352

358-
- name: "Spotbugs ${{ matrix.task.archetype }}"
359-
working-directory: ./example-${{ matrix.task.archetype }}
360-
# JONAS: remove exit 0 here
361-
run: >
362-
exit 0
363-
364-
mvn com.github.spotbugs:spotbugs-maven-plugin:check -B
365-
-Dhttp.keepAlive=false
366-
-Dmaven.wagon.http.pool=false
367-
368353
- name: "Start ${{ matrix.task.archetype }}"
369354
working-directory: ./example-${{ matrix.task.archetype }}/application
370355
run: |

0 commit comments

Comments
 (0)