Create Project APIs.
This commit is contained in:
parent
d8094c4812
commit
8b32739e51
13 changed files with 297 additions and 7 deletions
|
|
@ -51,7 +51,10 @@ jobs:
|
|||
cargo test --locked -- --skip api
|
||||
working-directory: backend
|
||||
- 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
|
||||
|
||||
check-frontend:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue