Merge pull request 'Enhance test output verbosity in CI workflow' (#245) from feature/testing into development

Reviewed-on: ADUANASOFT/anexo76#245
This commit is contained in:
2026-03-24 17:45:29 +00:00

View File

@@ -64,7 +64,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r "$GITHUB_WORKSPACE/backend/requirements.txt"
cd "$GITHUB_WORKSPACE/backend"
pytest -q tests
pytest -q tests -v -ra -s
build:
runs-on: self-hosted