Skip to content

Commit

Permalink
agregar el servicio al build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Feb 19, 2024
1 parent 4e529b8 commit 33a6cbf
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 @@ -18,6 +18,7 @@ jobs:
- run: npm --prefix users/authservice ci
- run: npm --prefix users/userservice ci
- run: npm --prefix gatewayservice ci
- run: npm --prefix questionsservice ci # Agrega la tarea para questionsservice
- run: npm --prefix webapp ci
- run: npm --prefix users/authservice test -- --coverage
- run: npm --prefix users/userservice test -- --coverage
Expand Down

0 comments on commit 33a6cbf

Please sign in to comment.