Skip to content

Commit

Permalink
fix(ci): wasm tests (#946)
Browse files Browse the repository at this point in the history
* debug wasm CI

* install chrome + firefox

* fix clippy job all-targets

* Update .github/workflows/ci.yml

* Update .github/workflows/ci.yml
  • Loading branch information
niklasad1 authored Nov 21, 2022
1 parent 82113dc commit 7893ea0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,15 +167,22 @@ 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
chmod +x substrate
mkdir -p ~/.local/bin
mv substrate ~/.local/bin
- name: Run WASM tests
run: |
substrate --dev --tmp > /dev/null 2>&1 &
Expand Down

0 comments on commit 7893ea0

Please sign in to comment.