We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e4c4ec commit 99f8706Copy full SHA for 99f8706
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
NPM_TOKEN: xxx
24
25
- name: Install playwright browsers
26
- run: pnpm exec playwright install firefox
+ run: pnpm exec playwright install
27
28
- name: Run all checks
29
run: xvfb-run pnpm run ci
0 commit comments