Enhance test output verbosity in CI workflow
- Updated the pytest command in the CI workflow to include additional flags for verbose output, allowing for more detailed test results and easier debugging. - This change improves the visibility of test execution details, aiding in the identification of issues during the CI process.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user