Skip to content

Commit

Permalink
remove wait steps from playwright.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ayan1229 committed Oct 17, 2024
1 parent 5479c19 commit ed86229
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/Playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ jobs:
run: |
echo "127.0.0.1 local.nypl.org" | sudo tee -a /etc/hosts
- name: Wait for the application to start
run: |
sleep 30 # Ensure the app has enough time to start up
- name: Install Deps
run: npm i @cucumber/[email protected] @playwright/[email protected]

Expand Down

0 comments on commit ed86229

Please sign in to comment.