Skip to content

Commit

Permalink
Run app server in background so we can move to next step in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
david-mears-2 committed Aug 2, 2024
1 parent 3899d0f commit 446811d
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 @@ -25,7 +25,7 @@ jobs:
- name: Build app
run: npm run build
- name: Start app in production mode
run: NITRO_HOST="127.0.0.1" NITRO_PORT="3000" npm run preview
run: NITRO_HOST="127.0.0.1" NITRO_PORT="3000" nohup npm run preview &
- name: Install Playwright browsers
run: npx playwright install --with-deps && npx playwright install msedge
- name: Run Playwright tests
Expand Down

0 comments on commit 446811d

Please sign in to comment.