Skip to content

Commit

Permalink
test: mvn test
Browse files Browse the repository at this point in the history
  • Loading branch information
Toto-hitori committed Mar 3, 2024
1 parent 494acd5 commit e04a922
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
node-version: 20
- run: npm --prefix webapp ci
- run: npm --prefix webapp test -- --coverage
- run: cd api
- run: mvn test
- name: Analyze with SonarCloud
uses: sonarsource/sonarcloud-github-action@master
env:
Expand Down

0 comments on commit e04a922

Please sign in to comment.