We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d1072 commit e5586ebCopy full SHA for e5586eb
1 file changed
.github/workflows/test-wasm.yml
@@ -32,7 +32,13 @@ jobs:
32
run: |
33
cmake .
34
make build-recipe
35
- make built-test
+ 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
42
43
- name: Upload artifact containing emscripten-forge package
44
uses: actions/upload-pages-artifact@v4
0 commit comments