Skip to content

Commit f98c792

Browse files
committed
fix github action
1 parent 585cbbd commit f98c792

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/wasm.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111
run: rustup target add wasm32-unknown-unknown
1212
- name: Install wasm-pack
1313
run: cargo install wasm-pack
14-
- name: Install fireox
15-
run: sudo apt-get install firefox
14+
- name: Install Node.js
15+
use: action/setup-node@v1
16+
- name: Install Chrome Webdriver
17+
run: npm i -g chromedriver@80.0.2
1618
- name: Run WASM test cases
17-
run: wasm-pack test --headless --firefox
19+
run: wasm-pack test --headless --chrome

0 commit comments

Comments
 (0)