Skip to content

Commit

Permalink
modified webserver setup using latest stable version of node runner
Browse files Browse the repository at this point in the history
  • Loading branch information
tryb3l committed Oct 30, 2024
1 parent cc925a2 commit 25d2518
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,15 @@ 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: npm run test:e2e
run: node --run test:e2e

- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
Expand Down

0 comments on commit 25d2518

Please sign in to comment.