Skip to content

Commit d2e80da

Browse files
committed
skip spotbugs to save time
1 parent bdcbabc commit d2e80da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,10 @@ jobs:
357357

358358
- name: "Spotbugs ${{ matrix.task.archetype }}"
359359
working-directory: ./example-${{ matrix.task.archetype }}
360+
# JONAS: remove exit 0 here
360361
run: >
362+
exit 0
363+
361364
mvn com.github.spotbugs:spotbugs-maven-plugin:check -B
362365
-Dhttp.keepAlive=false
363366
-Dmaven.wagon.http.pool=false

0 commit comments

Comments
 (0)