mirror of
https://gitlab.com/MisterBiggs/testing-framework-comparison.git
synced 2025-08-02 19:41:22 +00:00
add junit"
This commit is contained in:
@@ -9,7 +9,7 @@ variables:
|
|||||||
pytest:
|
pytest:
|
||||||
image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
|
image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
|
||||||
script:
|
script:
|
||||||
- uv run pytest
|
- uv run pytest --junitxml=junit.xml
|
||||||
artifacts:
|
artifacts:
|
||||||
reports:
|
reports:
|
||||||
junit: junit.xml
|
junit: junit.xml
|
Reference in New Issue
Block a user