Skip to content

Commit 22b8f5a

Browse files
committed
add VERCEL_PREVIEW_URL
1 parent 49f42eb commit 22b8f5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,5 @@ jobs:
8181
- name: Run Playwright tests
8282
working-directory: apps/site
8383
run: pnpm playwright
84+
env:
85+
VERCEL_PREVIEW_URL: ${{ needs.get-vercel-preview.outputs.url }}

0 commit comments

Comments
 (0)