Skip to content

Commit

Permalink
:add mvn test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
m1a2st committed Sep 20, 2023
1 parent 8705c5a commit 80cbd85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sonar_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Maven Test
run: mvn -B test
- name: Build and analyze
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
Expand Down

0 comments on commit 80cbd85

Please sign in to comment.