Add WASM module build step to CI stage for build-frontend
Some checks failed
Podman Rootless Demo / test-frontend (push) Has been cancelled
Podman Rootless Demo / build-backend (push) Has been cancelled
Podman Rootless Demo / build-frontend (push) Has been cancelled
Podman Rootless Demo / deploy-prod (push) Has been cancelled
Podman Rootless Demo / test-backend (push) Has been cancelled

This commit is contained in:
continuist 2025-10-25 18:37:57 -04:00
parent 0e002cf0bf
commit 285543500c

View file

@ -208,6 +208,15 @@ jobs:
echo "=== Inode info ==="
df -i /home/ci-service /tmp /var/tmp 2>/dev/null || df -i /tmp /var/tmp
- name: Install wasm-pack
run: |
which wasm-pack || cargo install wasm-pack
- name: Build WASM module
run: |
cd frontend/wasm
wasm-pack build --target web
- name: Build frontend container image
run: |
# Create temp directory on larger filesystem