Skip to content

Commit

Permalink
debug wasm CI
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 committed Nov 21, 2022
1 parent 82113dc commit 1bc99d8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,12 @@ jobs:
steps:
- uses: actions/[email protected]

- 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
Expand All @@ -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

0 comments on commit 1bc99d8

Please sign in to comment.