Skip to content

Commit 56c8f15

Browse files
authored
base: add npx playwright install --wigh-deps before browser testing. (#666)
1 parent bb7635d commit 56c8f15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci_browser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,7 @@ jobs:
122122
run: |
123123
npm install -g esbuild
124124
deno task npm
125+
- name: Install Playwright browsers
126+
run: npx playwright install --with-deps
125127
- name: Run test
126128
run: deno task test:browsers

0 commit comments

Comments
 (0)