Compare commits

..

No commits in common. "04c63c5af9f55c28c42a022eb1c50fe8dba7d8da" and "a7f2a273d416d5a3de2da5c2ca4d92f919543ca1" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View File

@ -10,14 +10,10 @@ when:
steps:
- name: test
- name: build (rust)
image: rust:1.81-bookworm
commands:
- cargo test --verbose --all
- name: build (wasm_pack)
image: rust:1.81-bookworm
commands:
- curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- (cd um_wasm && wasm-pack build --release --target web --out-dir ../um_wasm_loader/pkg)
@ -26,8 +22,6 @@ steps:
environment:
NPM_TOKEN:
from_secret: NPM_TOKEN
depends_on:
- "build (wasm_pack)"
commands:
- corepack enable
- cd um_wasm_loader

0
um_wasm_loader/ci_publish.sh Executable file → Normal file
View File