single command for test
Signed-off-by: leohoare <leo@insight.co>
This commit is contained in:
parent
3c97bc2188
commit
981be1ca34
|
|
@ -40,10 +40,7 @@ jobs:
|
|||
run: uv run pytest tests
|
||||
|
||||
- name: Run coverage
|
||||
run: uv run coverage run -m pytest tests
|
||||
|
||||
- name: Coverage report
|
||||
run: uv run coverage xml
|
||||
run: uv run coverage run -m pytest tests && uv run coverage xml
|
||||
|
||||
- name: Run E2E tests with behave
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue