File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ jobs:
203
203
- uses : actions/checkout@v3
204
204
- uses : dtolnay/rust-toolchain@stable
205
205
- run : choco install wget
206
- if : matrix .os == 'windows-latest '
206
+ if : runner .os == 'Windows '
207
207
- name : Install precompiled wasm-pack
208
208
shell : bash
209
209
run : |
@@ -219,11 +219,11 @@ jobs:
219
219
- name : Test (Chrome)
220
220
run : wasm-pack test --headless --chrome --features=js,test-in-browser
221
221
- name : Test (Edge)
222
- if : matrix .os == 'windows-latest '
222
+ if : runner .os == 'Windows '
223
223
run : wasm-pack test --headless --chrome --chromedriver $Env:EDGEWEBDRIVER\msedgedriver.exe --features=js,test-in-browser
224
224
# Safari tests are broken: https://github.com/rustwasm/wasm-bindgen/issues/3004
225
225
# - name: Test (Safari)
226
- # if: matrix .os == 'macos-12 '
226
+ # if: runner .os == 'macOS '
227
227
# run: wasm-pack test --headless --safari --features=js,test-in-browser
228
228
- name : Test (custom getrandom)
229
229
run : wasm-pack test --node --features=custom
You can’t perform that action at this time.
0 commit comments