mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix CI step
This commit is contained in:
parent
aa9ee15fb4
commit
21d2b54afe
2
.github/workflows/qc_checks.yaml
vendored
2
.github/workflows/qc_checks.yaml
vendored
@ -157,7 +157,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd ${{ env.wrapper_name }}
|
cd ${{ env.wrapper_name }}
|
||||||
invoke check-server
|
invoke check-server
|
||||||
coverage run -m unittest -s test/
|
coverage run -m unittest discover -s test/
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
name: Sqlite / coverage
|
name: Sqlite / coverage
|
||||||
|
Loading…
Reference in New Issue
Block a user