We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9952185 commit f40a83bCopy full SHA for f40a83b
.github/workflows/main.yml
@@ -22,6 +22,7 @@ jobs:
22
23
- name: Compilar con Maven
24
run: mvn -B clean package
25
+ working-directory: backend
26
27
# (Opcional) - Ejecutar tests
28
# - name: Ejecutar tests
0 commit comments