We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08322e7 commit e0609f1Copy full SHA for e0609f1
1 file changed
.github/workflows/auto-test.yml
@@ -25,7 +25,7 @@ jobs:
25
node-version: 24
26
cache: 'pnpm'
27
- run: pnpm i
28
- - run: npx playwright install-deps chromium
+ - run: npx playwright install chromium
29
- run: pnpm build
30
- run: xvfb-run --auto-servernum --server-args="-screen 0 1920x1080x24" pnpm test
31
- name: upload video
0 commit comments