We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npx
1 parent c605507 commit 7ff6280Copy full SHA for 7ff6280
1 file changed
.github/workflows/ci.yml
@@ -8,6 +8,9 @@ jobs:
8
runs-on: macos-latest
9
steps:
10
- uses: actions/checkout@v6
11
+ - uses: actions/setup-node@v6
12
+ with:
13
+ node-version: 22
14
- uses: oven-sh/setup-bun@v2
15
- uses: actions/cache@v5
16
id: playwright-cache
@@ -26,7 +29,7 @@ jobs:
26
29
run: bun run test:types
27
30
28
31
- name: Run e2e tests
- run: bun run test:e2e
32
+ run: npx playwright test
33
34
- name: Build docs
35
if: github.ref == 'refs/heads/master'
0 commit comments