We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca8d02 commit 8f5f5fdCopy full SHA for 8f5f5fd
1 file changed
.github/workflows/ci.yml
@@ -41,6 +41,9 @@ jobs:
41
uses: pnpm/action-setup@v4
42
- name: Install dependencies
43
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
47
- name: 🔎 Validate
48
run: pnpm run test
49
0 commit comments