Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Verzidee authored Apr 2, 2024
1 parent 609d47b commit cf32766
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 @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- develop
pull_request:
types: [opened, synchronize, reopened]
jobs:
Expand All @@ -25,6 +26,7 @@ jobs:
- run: npm --prefix users/userservice test -- --coverage
- run: npm --prefix users/historyservice test -- --coverage
- run: npm --prefix gatewayservice test -- --coverage
- run: npm --prefix questionservice test -- --coverage
- run: npm --prefix webapp test -- --coverage
- name: Analyze with SonarCloud
uses: sonarsource/sonarcloud-github-action@master
Expand Down

0 comments on commit cf32766

Please sign in to comment.