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 d03d4fb
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 93 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/iml-gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,15 @@ jobs:
with:
toolchain: stable
override: true
- name: Install geckodriver
env:
LINK: https://github.com/mozilla/geckodriver/releases/download
GECKO_VERSION: v0.26.0
run: |
GECKO_FILE=geckodriver-$GECKO_VERSION-linux64
curl -L "$LINK/$GECKO_VERSION/$GECKO_FILE.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 d03d4fb

Please sign in to comment.