We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98c792 commit f38a478Copy full SHA for f38a478
.github/workflows/wasm.yml
@@ -12,8 +12,8 @@ jobs:
12
- name: Install wasm-pack
13
run: cargo install wasm-pack
14
- name: Install Node.js
15
- use: action/setup-node@v1
+ uses: action/setup-node@v1
16
- name: Install Chrome Webdriver
17
run: npm i -g chromedriver@80.0.2
18
- name: Run WASM test cases
19
- run: wasm-pack test --headless --chrome
+ run: wasm-pack test --headless --firefox
0 commit comments