We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cde9aa commit 77fd4bdCopy full SHA for 77fd4bd
eng/pipelines/common/templates/wasm-library-aot-tests.yml
@@ -35,5 +35,5 @@ jobs:
35
- WasmTestOnV8
36
- ${{ if eq(platform, 'browser_wasm_win') }}:
37
- WasmTestOnChrome
38
- - ${{ if or(eq(platform, 'wasi_wasm_win'), eq(platform, 'wasi_wasm')) }}:
+ - ${{ if eq(platform, 'wasi_wasm') }}:
39
- WasmTestOnWasmtime
0 commit comments