Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ANKUR DWIVEDI authored and ANKUR DWIVEDI committed Nov 23, 2023
1 parent 8f4501f commit 362cc10
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,15 @@ jobs:
echo "App started successfully"
npx wait-on http://localhost:3000
echo "App is ready"
- name: Check the app for Cypress
timeout-minutes: 5
run: |
lsof -i :3000
- name: Start the app and run E2E tests
uses: cypress-io/github-action@v4
with:
start: npm run start:test-app
wait-on: http://localhost:3000
browser: chrome
headed: true
Expand Down

0 comments on commit 362cc10

Please sign in to comment.