We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a575cb commit 9edb1f4Copy full SHA for 9edb1f4
1 file changed
.github/workflows/ci.yml
@@ -20,8 +20,8 @@ jobs:
20
with:
21
run_install: true
22
23
- # - name: Install Playwright browsers
24
- # run: pnpm exec playwright install --with-deps chromium
+ - name: Install Playwright browsers
+ run: pnpm exec playwright install --with-deps chromium
25
26
- name: Run all tests
27
run: pnpm run ci
0 commit comments