Skip to content

Commit

Permalink
chore(tools): enable test mode for lost-pixel
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGreenTea authored Jul 4, 2024
1 parent 22c54b5 commit 1c3c3b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/vrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:

- name: Build app
run: pnpm run build
env:
PLAYWRIGHT_TEST: "true"

- name: Start server (in background)
run: pnpm run preview &
Expand Down

0 comments on commit 1c3c3b4

Please sign in to comment.