Replacing wasm-pack install action
This commit is contained in:
parent
8a498fac62
commit
cd2b2779b6
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -16,9 +16,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install wasm-pack
|
- name: Install wasm-pack
|
||||||
uses: jetli/wasm-pack-action@v0.3.0
|
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
|
||||||
with:
|
|
||||||
version: 'latest'
|
|
||||||
|
|
||||||
- name: Test WASM in-browser
|
- name: Test WASM in-browser
|
||||||
run: wasm-pack test --firefox --chrome --headless
|
run: wasm-pack test --firefox --chrome --headless
|
||||||
|
Loading…
Reference in New Issue
Block a user