From 7787bd5f75d31f2e9940bfafad7003732408919b Mon Sep 17 00:00:00 2001 From: Stefano Apostolico Date: Fri, 11 Oct 2024 11:39:21 +0200 Subject: [PATCH] updates CI --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e714fe2..383ab1e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -102,11 +102,11 @@ jobs: with: name: pytest-results-${{ matrix.python-version }}-${{matrix.django-version}} path: junit-${{ matrix.python-version }}-${{matrix.django-version}}.xml - if: ${{ always() }} + if: matrix.python-version == 3.12 - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 - if: ${{ always() }} + if: matrix.python-version == 3.12 continue-on-error: true with: env_vars: OS,PYTHON