Update .gitea/workflows/test.yml
Run Pytest with Allure and Coverage Reports / tests (push) Successful in 52s

This commit is contained in:
2025-07-09 12:35:40 +02:00
parent 5e65a1e7ad
commit 7156c92151
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
pip install coverage pytest-html pytest-cov
echo "VIRTUAL_ENV=$HOME/venv" >> $GITHUB_ENV
- name: Run tests with coverage and generate reports
- name: Run tests and generate reports
run: |
export PATH="$HOME/.pixi/bin:$PATH"
source "$VIRTUAL_ENV/bin/activate"