From 62f85def00cac20a2ca80ee1345dcd4e00002b51 Mon Sep 17 00:00:00 2001 From: snowy Date: Wed, 28 Aug 2024 11:58:33 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E6=B5=8B=E8=AF=95=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pytest.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index bc000eb..f859671 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -31,8 +31,7 @@ jobs: - name: Test with pytest run: | - pdm run pytest --junitxml=report/report.xml. - 0 + pdm run pytest --junitxml=report/report.xml - name: Archive Pytest test report uses: actions/upload-artifact@v3