We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
VERCEL_PREVIEW_URL
1 parent 49f42eb commit 22b8f5aCopy full SHA for 22b8f5a
.github/workflows/playwright.yml
@@ -81,3 +81,5 @@ jobs:
81
- name: Run Playwright tests
82
working-directory: apps/site
83
run: pnpm playwright
84
+ env:
85
+ VERCEL_PREVIEW_URL: ${{ needs.get-vercel-preview.outputs.url }}
0 commit comments