Skip to content

Commit

Permalink
Test Edge only on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Apr 5, 2024
1 parent c61ea4e commit dc2e225
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ jobs:
- name: Test (Chrome)
run: wasm-pack test --headless --chrome --features=js,test-in-browser
- name: Test (Edge)
if: runner.os == 'Windows'
run: wasm-pack test --headless --chrome --chromedriver $Env:EDGEWEBDRIVER\msedgedriver.exe --features=js,test-in-browser
- name: Test (Safari)
if: runner.os == 'macOS'
Expand Down

0 comments on commit dc2e225

Please sign in to comment.