Skip to content

Commit

Permalink
test: mvn test
Browse files Browse the repository at this point in the history
  • Loading branch information
dariogmori committed Mar 3, 2024
1 parent 21aefb6 commit a88cb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: 20
- run: npm --prefix webapp ci
- run: npm --prefix webapp test -- --coverage
- run: cd api
- run: mvn test
working-directory: api
- name: Analyze with SonarCloud
uses: sonarsource/sonarcloud-github-action@master
Expand Down

0 comments on commit a88cb39

Please sign in to comment.