Skip to content

Commit 06eab4f

Browse files
committed
single command for test
Signed-off-by: leohoare <leo@insight.co>
1 parent f511b68 commit 06eab4f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@ jobs:
4040
run: uv run pytest tests
4141

4242
- name: Run coverage
43-
run: uv run coverage run -m pytest tests
44-
45-
- name: Coverage report
46-
run: uv run coverage xml
43+
run: uv run coverage run -m pytest tests && uv run coverage xml
4744

4845
- name: Run E2E tests with behave
4946
run: |

0 commit comments

Comments
 (0)