diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a755a87..7417cf8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: