Skip to content

Commit

Permalink
Intenta recuperar las dependencias en el paso de test
Browse files Browse the repository at this point in the history
  • Loading branch information
DarioDiGulio committed Nov 5, 2023
1 parent c8cb39a commit 9390ee7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ jobs:
${{ runner.os }}-node_modules-
- name: Compilar la aplicación
run: npm run build
run: |
cd web
npm run build
working-directory: ./web

- name: Publicar artefactos
Expand Down

0 comments on commit 9390ee7

Please sign in to comment.