Compare commits
1 commit
b9f2768a2f
...
8b32739e51
| Author | SHA1 | Date | |
|---|---|---|---|
| 8b32739e51 |
1 changed files with 4 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue