Skip to content

Commit e0dbb0f

Browse files
committed
Install playwright chromium
1 parent 5d4f48a commit e0dbb0f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test-wasm.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ jobs:
3434
make build-recipe
3535
make build-test
3636
37+
- name: Install playwright chromium
38+
shell: bash -l {0}
39+
working-directory: wasm/test
40+
run: |
41+
npx playwright install chromium
42+
3743
- name: Upload artifact containing emscripten-forge package
3844
uses: actions/upload-pages-artifact@v4
3945
with:

0 commit comments

Comments
 (0)