Skip to content

Commit

Permalink
fix unit-test on release
Browse files Browse the repository at this point in the history
  • Loading branch information
pelazas committed May 6, 2024
1 parent 17e8c6b commit 2dc4b38
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,17 @@ jobs:
- run: npm --prefix users/userservice ci
- run: npm --prefix gatewayservice ci
- run: npm --prefix webapp ci
- run: npm --prefix game/gameservice ci
- run: npm --prefix game/groupservice ci
- run: npm --prefix game/qgservice ci
- run: npm --prefix multiplayerservice ci
- run: npm --prefix users/authservice test -- --coverage
- run: npm --prefix users/userservice test -- --coverage
- run: npm --prefix gatewayservice test -- --coverage
- run: npm --prefix webapp test -- --coverage
- run: npm --prefix game/gameservice test -- --coverage
- run: npm --prefix game/groupservice test -- --coverage
- run: npm --prefix game/qgservice test -- --coverage
- name: Analyze with SonarCloud
uses: sonarsource/sonarcloud-github-action@master
env:
Expand Down

0 comments on commit 2dc4b38

Please sign in to comment.