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

@ -23,7 +23,7 @@ jobs:
node-version: "22.x"
check-latest: true
- name: Setup
- name: Setup rust
run: |
cargo install sqlx-cli
cd backend

View file

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