1
0
mirror of https://gitlab.com/MisterBiggs/testing-framework-comparison.git synced 2025-06-15 17:06:39 +00:00

add junit"

This commit is contained in:
Anson Biggs 2025-05-16 14:36:07 -06:00
parent a44cd7dafe
commit bb51d7563e

View File

@ -9,7 +9,7 @@ variables:
pytest:
image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
script:
- uv run pytest
- uv run pytest --junitxml=junit.xml
artifacts:
reports:
junit: junit.xml