Skip to content

Commit

Permalink
is chromedriver itself bugged?
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity committed Oct 5, 2023
1 parent c37f8f3 commit 28c6d19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ jobs:
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}-1

- name: Install wasm-pack
- name: Install wasm-pack and chromedriver
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
sudo apt-get install -y chromium-chromedriver
- name: Run Tests
shell: bash
Expand Down

0 comments on commit 28c6d19

Please sign in to comment.