Skip to content

Commit 37392f3

Browse files
authored
fix(ci): wasm tests (paritytech#720)
1 parent 6f2623e commit 37392f3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/rust.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,15 @@ jobs:
176176
steps:
177177
- uses: actions/[email protected]
178178

179-
- name: Install
179+
- name: Install wasm-pack
180180
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
181181

182+
- name: Install firefox
183+
uses: browser-actions/setup-firefox@latest
184+
185+
- name: Install chrome
186+
uses: browser-actions/setup-chrome@latest
187+
182188
- name: Download Substrate
183189
run: |
184190
curl $SUBSTRATE_URL --output substrate --location

0 commit comments

Comments
 (0)