removing chrome from test command
This commit is contained in:
parent
43f79df75d
commit
14d4c72e67
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
run: wasm-pack build
|
run: wasm-pack build
|
||||||
|
|
||||||
- name: Test WASM in-browser
|
- name: Test WASM in-browser
|
||||||
run: wasm-pack test --firefox --chrome --headless
|
run: wasm-pack test --firefox --headless
|
||||||
|
|
||||||
- name: Install Node
|
- name: Install Node
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user