From 1c60fb83c72db117a79954092bc549db3233bd9e Mon Sep 17 00:00:00 2001 From: gauravpatel67 Date: Tue, 19 Nov 2024 14:43:38 +0530 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 36ad7e9..78e1f11 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: - name: Upload pytest results run: | - pytest --disable-warnings --junitxml=pytest-results.xml + pytest --disable-warnings --junitxml=pytestresult.xml if: always() # Ensure this runs regardless of tox or coverage continue-on-error: true @@ -37,7 +37,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: pytest-results - path: pytest-results.xml + path: pytestresult.xml - name: Generate coverage report run: |