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 5a91ded commit 8550f4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ jobs:
npm install
- name: Start the app for Cypress
timeout-minutes: 5
run: |
npm run start:test-app
- name: Wait for the app to start
run: |
echo "App started successfully"
npx wait-on http://localhost:3000
echo "App is ready"
- name: Start the app and run E2E tests
uses: cypress-io/github-action@v4
Expand Down

0 comments on commit 8550f4b

Please sign in to comment.