fix(ci): wasm tests (#720)

This commit is contained in:
Niklas Adolfsson
2022-11-21 16:04:16 +01:00
committed by GitHub
parent 6f2623e11d
commit 37392f33a5
+7 -1
View File
@@ -176,9 +176,15 @@ jobs:
steps:
- uses: actions/checkout@v3.1.0
- name: Install
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Install firefox
uses: browser-actions/setup-firefox@latest
- name: Install chrome
uses: browser-actions/setup-chrome@latest
- name: Download Substrate
run: |
curl $SUBSTRATE_URL --output substrate --location