Skip to content

Commit df7a22e

Browse files
committed
fix: fixed final checks
1 parent d147fb4 commit df7a22e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/playwright-cloudflare-open-next.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Run Playwright tests
7171
working-directory: apps/site
72-
run: node_modules/.bin/turbo playwright
72+
run: node --run playwright
7373
env:
7474
PLAYWRIGHT_RUN_CLOUDFLARE_PREVIEW: true
7575
PLAYWRIGHT_BASE_URL: http://127.0.0.1:8787

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595

9696
- name: Run Playwright tests
9797
working-directory: apps/site
98-
run: node_modules/.bin/turbo playwright
98+
run: node --run playwright
9999
env:
100100
PLAYWRIGHT_BASE_URL: ${{ needs.get-vercel-preview.outputs.url }}
101101

0 commit comments

Comments
 (0)