Skip to content

Commit 8f5f5fd

Browse files
author
abrulic
committed
check
1 parent 6ca8d02 commit 8f5f5fd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
uses: pnpm/action-setup@v4
4242
- name: Install dependencies
4343
run: pnpm install
44+
- name: Install Playwright browsers
45+
# downloads browser binaries required by Playwright (Chromium/Firefox/WebKit)
46+
run: pnpm exec playwright install --with-deps
4447
- name: 🔎 Validate
4548
run: pnpm run test
4649

0 commit comments

Comments
 (0)