This commit is contained in:
Andras Schmelczer 2025-03-16 18:00:31 +00:00
parent 7bf7790e1f
commit 424342cfb4
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -26,7 +26,7 @@ jobs:
- name: Build wasm
run: |
cargo install wasm-pack
cd backend/sync_lib
cd backend
wasm-pack build --target web sync_lib
- name: E2E tests