Skip to content

Commit

Permalink
remove webserver debug steps
Browse files Browse the repository at this point in the history
  • Loading branch information
tryb3l committed Oct 30, 2024
1 parent 7ffa57c commit e3ebc33
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@ jobs:
- name: Install Playwright Browsers
run: npx playwright install --with-deps

- name: Start Web Server
run: node --run start &
working-directory: ./app

- name: Wait for Web Server
run: npx wait-on http://localhost:4200

- name: Run Playwright Tests
run: node --run test:e2e

Expand Down

0 comments on commit e3ebc33

Please sign in to comment.