Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
Fix firefox tests
Browse files Browse the repository at this point in the history
Due to rustwasm/wasm-bindgen#2261.

Signed-off-by: Joe Grund <[email protected]>
  • Loading branch information
jgrund committed Aug 6, 2020
1 parent 0d6c7e4 commit d96e1be
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 93 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/iml-gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,9 @@ jobs:
with:
toolchain: stable
override: true
- run: curl -L "https://github.com/mozilla/geckodriver/releases/download/v0.26.0/geckodriver-v0.26.0-linux64.tar.gz" | tar xz
- run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- run: wasm-pack test iml-gui/crate --headless --firefox
- run: wasm-pack test iml-gui/crate --headless --firefox --geckodriver ../../geckodriver

check_rpm_build:
name: Check RPM build
Expand Down
Loading

0 comments on commit d96e1be

Please sign in to comment.