Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/taiki-e/cache-ca…
Browse files Browse the repository at this point in the history
…rgo-install-action-2
  • Loading branch information
mergify[bot] authored Jun 12, 2024
2 parents c251c47 + 7fa6684 commit b95bcf5
Show file tree
Hide file tree
Showing 152 changed files with 916 additions and 880 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Please write a summary of your changes and why you made them.
This section will appear as the commit message after merging.
Please craft it accordingly.
For a quick primer on good commit mesages, check out this blog post: https://cbea.ms/git-commit/
For a quick primer on good commit messages, check out this blog post: https://cbea.ms/git-commit/
Please include any relevant issues in here, for example:
Expand Down
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: wasm-pack@0.12.0

- 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 b95bcf5

Please sign in to comment.