We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab3272 commit 1350de5Copy full SHA for 1350de5
1 file changed
.github/workflows/ci.yml
@@ -13,7 +13,9 @@ jobs:
13
- uses: actions/checkout@v4
14
- uses: jdx/mise-action@v3
15
- run: pnpm install
16
+ - run: pnpm exec playwright install --with-deps chromium webkit
17
- run: pnpm test
18
+ - run: pnpm run test:pw
19
- name: Validate build pipeline (inject mode, no ttyd needed)
20
run: echo '<html><head></head><body></body></html>' | npx tsx cli.ts inject > /dev/null
21
- run: pnpm run check
0 commit comments