From a767f27c0f4fc198d6e205412e5831679a85e7a0 Mon Sep 17 00:00:00 2001 From: snowy Date: Wed, 28 Aug 2024 04:43:07 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 30126bd..5b0c95b 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -26,12 +26,12 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pdm + python -m pip install pdm pdm install - name: Test with pytest run: | - python -m pytest + pdm run pytest --junitxml=report/report.xml --html=report/report.html - name: Archive Pytest test report uses: actions/upload-artifact@v3