Unverified Commit 1bc99d83 authored by Niklas Adolfsson's avatar Niklas Adolfsson
Browse files

debug wasm CI

parent 82113dc2
Pipeline #227929 failed with stages
in 2 minutes and 14 seconds
......@@ -167,9 +167,12 @@ 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
run: apt update && apt install firefox
- name: Download Substrate
run: |
curl $SUBSTRATE_URL --output substrate --location
......@@ -179,7 +182,8 @@ jobs:
- name: Run WASM tests
run: |
substrate --dev --tmp > /dev/null 2>&1 &
wasm-pack test --headless --firefox
firefox --version
# wasm-pack test --headless --firefox
wasm-pack test --headless --chrome
pkill substrate
working-directory: wasm-tests
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment