Update .gitea/workflows/publish-pytest-result.yml
Some checks failed
Greet on Commit / greet (push) Failing after 0s
Pytest artifact publish / print-python-version (push) Successful in 42s

This commit is contained in:
2025-11-03 22:35:24 +00:00
parent 78548b1a15
commit c88e5fbd59

View File

@@ -46,7 +46,7 @@ jobs:
run: pytest tests/ --html=test-report.html --self-contained-html run: pytest tests/ --html=test-report.html --self-contained-html
- name: Upload test report as artifact - name: Upload test report as artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: pytest-html-report name: pytest-html-report
path: test-report.html path: test-report.html