Skip to content

Commit

Permalink
Merge pull request #5971 from slub/deactivate_spotbugs
Browse files Browse the repository at this point in the history
Remove spotbugs on automatic build
  • Loading branch information
solth authored Apr 9, 2024
2 parents 426e553 + 22bea2f commit 8e21c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ jobs:
mvn --version
- name: run build
run:
mvn clean install -B '-Pall-tests,flyway,checkstyle,spotbugs,!development' && xvfb-run --server-args="-screen 0 1600x1280x24" mvn clean install -B '-Pselenium,!development'
mvn clean install -B '-Pall-tests,flyway,checkstyle,!development' && xvfb-run --server-args="-screen 0 1600x1280x24" mvn clean install -B '-Pselenium,!development'


0 comments on commit 8e21c25

Please sign in to comment.