Skip to content

Commit

Permalink
cambios en el test1
Browse files Browse the repository at this point in the history
  • Loading branch information
jul1oCesar0 committed Oct 30, 2024
1 parent 29026f4 commit 69f4b08
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@ jobs:
- name: Install dependencies
run: npm install --legacy-peer-deps # Instalar dependencias

- name: Start the server
run: npm run dev & sleep 5 # Iniciar el servidor y esperar 5 segundos para que esté listo

- name: Run Cypress tests
run: npx cypress run # Ejecutar las pruebas de Cypress
run: npx cypress run # Ejecutar las pruebas de Cypress

0 comments on commit 69f4b08

Please sign in to comment.