Skip to content

Commit 9edb1f4

Browse files
committed
chore: uncomment Playwright browser installation step in CI workflow
1 parent 7a575cb commit 9edb1f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
with:
2121
run_install: true
2222

23-
# - name: Install Playwright browsers
24-
# run: pnpm exec playwright install --with-deps chromium
23+
- name: Install Playwright browsers
24+
run: pnpm exec playwright install --with-deps chromium
2525

2626
- name: Run all tests
2727
run: pnpm run ci

0 commit comments

Comments
 (0)