This commit is contained in:
Andras Schmelczer 2025-03-16 20:12:55 +00:00
parent 4bad00fe54
commit f314150ff3
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
2 changed files with 2 additions and 1 deletions

View file

@ -32,6 +32,7 @@ jobs:
- name: Build wasm
run: |
cd backend
wasm-pack build --target web sync_lib
- name: E2E tests