From 09ec0bc84d75c2ffe71f2ae92db9f392b9cffef6 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 5 Mar 2025 15:18:07 -0800 Subject: [PATCH] Ignore python version for backend test results --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 116e1047c..3184c8b22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -162,8 +162,8 @@ jobs: --frozen \ pytest - - name: Upload test results - if: ${{ always() && matrix.python-version == env.DEFAULT_PYTHON_VERSION }} + name: Upload backend test results + if: always() uses: actions/upload-artifact@v4 with: name: backend-test-results @@ -171,7 +171,7 @@ jobs: retention-days: 7 if-no-files-found: error - - name: Upload test coverage + name: Upload backend test coverage if: ${{ matrix.python-version == env.DEFAULT_PYTHON_VERSION }} uses: actions/upload-artifact@v4 with: