🔥 测试工作流

This commit is contained in:
远野千束 2024-08-28 04:44:06 +08:00
parent a767f27c0f
commit 112f51bd7e

View File

@ -31,7 +31,7 @@ jobs:
- name: Test with pytest
run: |
pdm run pytest --junitxml=report/report.xml --html=report/report.html
pdm run pytest --junitxml=report/report.xml
- name: Archive Pytest test report
uses: actions/upload-artifact@v3