Skip to content

Commit

Permalink
Remove Unit Test Results
Browse files Browse the repository at this point in the history
In several years I don't think I've ever actually looked at them...
  • Loading branch information
AlexanderWells-diamond committed Sep 18, 2024
1 parent a53e282 commit 82bfeed
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82bfeed

Please sign in to comment.