Skip to content

Commit

Permalink
improve server setup step for GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tryb3l committed Oct 30, 2024
1 parent 25d2518 commit 7ffa57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: npx playwright install --with-deps

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

- name: Wait for Web Server
Expand Down

0 comments on commit 7ffa57c

Please sign in to comment.