Compare commits

..

1 commit

Author SHA1 Message Date
8b32739e51 Create Project APIs.
Some checks failed
Check / Backend (pull_request) Failing after 3m14s
Check / Frontend (pull_request) Successful in 1m59s
2025-10-26 15:55:36 -07:00

View file

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