We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d48cf69 commit d8a0caeCopy full SHA for d8a0cae
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