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 585cbbd commit f98c792Copy full SHA for f98c792
.github/workflows/wasm.yml
@@ -11,7 +11,9 @@ jobs:
11
run: rustup target add wasm32-unknown-unknown
12
- name: Install wasm-pack
13
run: cargo install wasm-pack
14
- - name: Install fireox
15
- run: sudo apt-get install firefox
+ - name: Install Node.js
+ use: action/setup-node@v1
16
+ - name: Install Chrome Webdriver
17
+ run: npm i -g chromedriver@80.0.2
18
- name: Run WASM test cases
- run: wasm-pack test --headless --firefox
19
+ run: wasm-pack test --headless --chrome
0 commit comments