Skip to content

Commit

Permalink
Añadidos los test del generador de preguntas al build
Browse files Browse the repository at this point in the history
  • Loading branch information
UO289337 authored Apr 23, 2024
1 parent 2f42f17 commit bdded39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- run: npm --prefix users/authservice test -- --coverage
- run: npm --prefix users/userservice test -- --coverage
- run: npm --prefix gatewayservice test -- --coverage
- run: npm --prefix questiongenerator test -- --coverage
- run: npm --prefix webapp test -- --coverage
- name: Analyze with SonarCloud
uses: sonarsource/sonarcloud-github-action@master
Expand Down

0 comments on commit bdded39

Please sign in to comment.