Skip to content

Commit

Permalink
Intento de arreglar el despliegue 2
Browse files Browse the repository at this point in the history
  • Loading branch information
uo282189 committed Mar 13, 2024
1 parent 51bbeab commit 1bf1085
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- run: npm --prefix users/authservice ci
- run: npm --prefix users/userservice ci
- run: npm --prefix gatewayservice ci
- run: npm --prefix webapp ci
- run: npm --prefix webapp ci
- run: npm --prefix questionservice ci
- run: npm --prefix users/authservice test -- --coverage
- run: npm --prefix users/userservice test -- --coverage
- run: npm --prefix gatewayservice test -- --coverage
Expand Down

0 comments on commit 1bf1085

Please sign in to comment.