Skip to content

Commit 7ff6280

Browse files
committed
ci: use npx for playwright
1 parent c605507 commit 7ff6280

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
runs-on: macos-latest
99
steps:
1010
- uses: actions/checkout@v6
11+
- uses: actions/setup-node@v6
12+
with:
13+
node-version: 22
1114
- uses: oven-sh/setup-bun@v2
1215
- uses: actions/cache@v5
1316
id: playwright-cache
@@ -26,7 +29,7 @@ jobs:
2629
run: bun run test:types
2730

2831
- name: Run e2e tests
29-
run: bun run test:e2e
32+
run: npx playwright test
3033

3134
- name: Build docs
3235
if: github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)