Test job - runs all unit tests
false
https://gittea.cloud-handson.com/joungmin/openclaw-workspace.git
gitea-credentials
*/main
false
built-in
python3 -m venv venv
. venv/bin/activate
pip install -r test_requirements.txt
test-results.xml
true
. venv/bin/activate
pytest tests/ -v --junitxml=test-results.xml --cov=. --cov-report=html