Skip to content

Commit fb1bdd1

Browse files
committed
gotta get playwright going
1 parent ae10802 commit fb1bdd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
working-directory: examples/servers/hono-mcp
4040

4141
- name: Install dependencies - test
42-
run: pnpm install
42+
run: pnpm install && pnpm exec playwright install
4343
working-directory: test
4444

4545
- name: Run tests
46-
run: pnpm test
46+
run: pnpm test:headless
4747
working-directory: test

0 commit comments

Comments
 (0)