Skip to content

Commit e5586eb

Browse files
authored
Fix wasm-test github action (#94)
* Try to fix test-wasm github action * Install playwright chromium
1 parent 42d1072 commit e5586eb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test-wasm.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,13 @@ jobs:
3232
run: |
3333
cmake .
3434
make build-recipe
35-
make built-test
35+
make build-test
36+
37+
- name: Install playwright chromium
38+
shell: bash -l {0}
39+
working-directory: wasm/test
40+
run: |
41+
npx playwright install chromium
3642
3743
- name: Upload artifact containing emscripten-forge package
3844
uses: actions/upload-pages-artifact@v4

0 commit comments

Comments
 (0)