From 112f51bd7ee5a85d0e677b11ff90c4e96f499700 Mon Sep 17 00:00:00 2001 From: snowy Date: Wed, 28 Aug 2024 04:44:06 +0800 Subject: [PATCH] =?UTF-8?q?:fire:=20=E6=B5=8B=E8=AF=95=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 5b0c95b..f859671 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -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