Skip to content

Commit

Permalink
Add setup firefox step to CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldreingruber committed Dec 8, 2022
1 parent d79b16d commit 521ff86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@ jobs:
# uses: jetli/[email protected]
cargo install --git https://github.com/haraldreingruber/wasm-pack wasm-pack
- name: Setup firefox
uses: browser-actions/setup-firefox@latest

- name: execute tests (Firefox)
run: |
cd wgpu
Expand Down

0 comments on commit 521ff86

Please sign in to comment.