Skip to content

Commit

Permalink
chore: remove chrome instalation from wasm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jxs committed May 19, 2024
1 parent 6c2eaca commit 7a170e0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ jobs:
wasm_tests:
name: Run all WASM tests
runs-on: ubuntu-latest
env:
CHROMEDRIVER_VERSION: '125.0.6422.60'
steps:
- uses: actions/checkout@v4

Expand All @@ -120,15 +118,8 @@ jobs:
with:
tool: [email protected]

- name: Install Google Chrome
run: |
curl -o /tmp/google-chrome-stable_amd64.deb https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${CHROMEDRIVER_VERSION}-1_amd64.deb
sudo dpkg -i /tmp/google-chrome-stable_amd64.deb
- name: Install chromedriver
uses: nanasess/setup-chromedriver@v2
with:
chromedriver-version: ${{ env.CHROMEDRIVER_VERSION }}

- name: Run all tests
run: ./wasm-tests/run-all.sh
Expand Down

0 comments on commit 7a170e0

Please sign in to comment.