mirror of
https://github.com/coleam00/Archon.git
synced 2025-12-24 02:39:17 -05:00
CI fails now when unit tests for backend fail (#536)
* CI fails now when unit tests for backend fail * Fixing up a couple unit tests
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -122,7 +122,7 @@ jobs:
|
||||
uv run pytest tests/ --verbose --tb=short \
|
||||
--cov=src --cov-report=xml --cov-report=html \
|
||||
--cov-report=term-missing \
|
||||
--junitxml=test-results.xml || true
|
||||
--junitxml=test-results.xml
|
||||
|
||||
- name: Upload backend test results
|
||||
if: always()
|
||||
|
||||
Reference in New Issue
Block a user