single command for test

Signed-off-by: leohoare <leo@insight.co>
This commit is contained in:
leohoare 2025-06-22 09:34:04 +08:00
parent 3c97bc2188
commit 981be1ca34
1 changed files with 1 additions and 4 deletions

View File

@ -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: |