Skip to content

Commit

Permalink
fix(ci): wasm tests (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 authored Nov 21, 2022
1 parent 6f2623e commit 37392f3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,15 @@ 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
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
Expand Down

0 comments on commit 37392f3

Please sign in to comment.