Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
Add spotbugs check for repo (#13)
Browse files Browse the repository at this point in the history
Signed-off-by: xiaolongran <xiaolongran@tencent.com>

Add spotbugs check for repo
  • Loading branch information
wolfstudy authored May 18, 2021
1 parent 3f6fe64 commit e8153c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Style check
run: mvn checkstyle:check

- name: Spotbugs check
run: mvn spotbugs:check

- name: rocketmq-impl test after build
run: mvn test -DfailIfNoTests=false -pl rocketmq-impl

0 comments on commit e8153c1

Please # to comment.