Skip to content

Commit

Permalink
Cambios en cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
jul1oCesar0 committed Nov 27, 2024
1 parent 0cc6c35 commit cf1d3d4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cypress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,10 @@ jobs:
name: cypress-results
path: cypress/results


# Desplegar a Vercel
# Desplegar a Vercel si las pruebas pasan
- name: Deploy to Vercel
if: success() # Ejecutar solo si las pruebas pasaron
run: npx vercel --prod --yes --token=${{ secrets.VERCEL_TOKEN }}


# Notificar en caso de éxito o fallo
- name: Notify result
Expand Down

0 comments on commit cf1d3d4

Please sign in to comment.