Skip to content

Commit

Permalink
Prueba e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoRedondoo committed Jul 2, 2024
1 parent 7e62490 commit 931a9d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ jobs:
environment: production
steps:
- uses: actions/checkout@v4
- run: cd front; npm install; cd ..
- run: cd front; npm run build; cd ..
- run: npm install
- run: npx playwright install --with-deps
- run: npm start &
- run: npm test
deploy:
Expand Down

0 comments on commit 931a9d0

Please sign in to comment.