Skip to content

Commit

Permalink
stat- and question-services tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
angelalvaigle committed Dec 1, 2024
1 parent a26ae5b commit f319b1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ jobs:
node-version: 20
# Copiar utils a cada servicio si es necesario
- run: cp -R utils/ users/authservice/
- run: cp -R utils/ users/userservice/
- run: cp -R errors/ questionservice/
- run: cp -R middleware/ questionservice/
- run: cp -R utils/ questionservice/
- run: cp -R errors/ statservice/
- run: cp -R middleware/ statservice/
- run: cp -R utils/ statservice/
# Instalar dependencias
- run: npm --prefix users/authservice ci
Expand Down

0 comments on commit f319b1f

Please sign in to comment.