This commit is contained in:
Andras Schmelczer 2025-03-29 10:07:58 +00:00
parent 1a05e184a7
commit ec58c0ab9b
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 3 additions and 4 deletions

View file

@ -38,7 +38,7 @@ jobs:
- name: E2E tests
run: |
cd backend
RUST_BACKTRACE=1 cargo run -p sync_server config-e2e.yml &
cargo run -p sync_server config-e2e.yml --color never &
cd ..
scripts/update-api-types.sh