Skip to content

Commit

Permalink
Merge latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
umgefahren committed Jun 4, 2024
2 parents 5c2658a + 1253ee3 commit 9d84b7c
Show file tree
Hide file tree
Showing 162 changed files with 1,079 additions and 3,692 deletions.
11 changes: 1 addition & 10 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: '114.0.5735.90'
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 Expand Up @@ -379,7 +370,7 @@ jobs:
- run: cargo install --version 0.10.0 pb-rs --locked

- name: Glob match
uses: tj-actions/glob@v21
uses: tj-actions/glob@v22
id: glob
with:
files: |
Expand Down
Loading

0 comments on commit 9d84b7c

Please sign in to comment.