Create Project APIs.
All checks were successful
Check / Backend (pull_request) Successful in 7m9s
Check / Frontend (pull_request) Successful in 2m1s

This commit is contained in:
Drew 2025-10-22 22:20:14 -07:00
parent d8094c4812
commit f529bf4552
13 changed files with 296 additions and 7 deletions

View file

@ -51,7 +51,9 @@ jobs:
cargo test --locked -- --skip api
working-directory: backend
- name: "Integration Tests"
run: cargo test --locked --test api
run: |
mkdir -p reports/store
cargo test --locked --test api
working-directory: backend
check-frontend: