From 82bfeed00f2611978680144c94984a1bffec6693 Mon Sep 17 00:00:00 2001 From: AlexWells Date: Tue, 17 Sep 2024 14:05:56 +0100 Subject: [PATCH] Remove Unit Test Results In several years I don't think I've ever actually looked at them... --- .github/workflows/code.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index 1aa834d7..72d70435 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -126,13 +126,6 @@ jobs: name: ${{ matrix.os }}/${{ matrix.python }} directory: dist - - name: Upload Unit Test Results - if: always() - uses: actions/upload-artifact@v4 - with: - name: Unit Test Results (${{ matrix.os }}-${{ matrix.python }}) - path: dist/pytest-results.xml - publish-test-results: name: Publish Unit Tests Results needs: build