Skip to content

Commit

Permalink
ci: expose preview to host
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGreenTea committed Jul 4, 2024
1 parent fbc881f commit c7af14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
PLAYWRIGHT_TEST: 'true'

- name: Start server (in background)
run: pnpm run preview --host &
run: pnpm run preview --host 172.17.0.1 &

- name: Lost Pixel
uses: lost-pixel/lost-pixel@v3.16.0
Expand Down

0 comments on commit c7af14f

Please sign in to comment.