We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d147fb4 commit df7a22eCopy full SHA for df7a22e
.github/workflows/playwright-cloudflare-open-next.yml
@@ -69,7 +69,7 @@ jobs:
69
70
- name: Run Playwright tests
71
working-directory: apps/site
72
- run: node_modules/.bin/turbo playwright
+ run: node --run playwright
73
env:
74
PLAYWRIGHT_RUN_CLOUDFLARE_PREVIEW: true
75
PLAYWRIGHT_BASE_URL: http://127.0.0.1:8787
.github/workflows/playwright.yml
@@ -95,7 +95,7 @@ jobs:
95
96
97
98
99
100
PLAYWRIGHT_BASE_URL: ${{ needs.get-vercel-preview.outputs.url }}
101
0 commit comments