Skip to content

Commit

Permalink
fix: remove wait command
Browse files Browse the repository at this point in the history
  • Loading branch information
JeevaRamu0104 committed Dec 12, 2023
1 parent 45635ae commit 3b2f876
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cypress-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- name: Run (adjust the command as per your project)
run: npm run serve

- name: Wait for server to start
run: |
npx wait-on http://localhost:9000
sleep 5
# - name: Wait for server to start
# run: |
# npx wait-on http://localhost:9000
# sleep 5

- name: Run Cypress tests
run: npm run cy:run --headless
Expand Down

0 comments on commit 3b2f876

Please sign in to comment.