File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 push :
55 branches : [master]
66 paths :
7- - ' crates/core/**'
8- - ' crates/wasm/**'
9- - ' Cargo.toml'
10- - ' Cargo.lock'
11- - ' .github/workflows/test-wasm.yml'
7+ - " crates/core/**"
8+ - " crates/wasm/**"
9+ - " Cargo.toml"
10+ - " Cargo.lock"
11+ - " .github/workflows/test-wasm.yml"
1212 pull_request :
1313 branches : ["**"]
1414 paths :
15- - ' crates/core/**'
16- - ' crates/wasm/**'
17- - ' Cargo.toml'
18- - ' Cargo.lock'
19- - ' .github/workflows/test-wasm.yml'
15+ - " crates/core/**"
16+ - " crates/wasm/**"
17+ - " Cargo.toml"
18+ - " Cargo.lock"
19+ - " .github/workflows/test-wasm.yml"
2020
2121jobs :
2222 test :
3434 node-version : ${{ matrix.node-version }}
3535
3636 - name : Install wasm-pack
37- run : |
38- rm -f "$HOME/.cargo/bin/wasm-pack"
39- curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
37+ run : curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
4038
4139 - name : Cache Cargo
4240 uses : actions/cache@v4
You can’t perform that action at this time.
0 commit comments