Skip to content

Commit

Permalink
remove test result upload
Browse files Browse the repository at this point in the history
sometimes fails due to name conflict
  • Loading branch information
seanmacavaney authored Nov 28, 2024
1 parent e68738a commit 5071f23
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,6 @@ jobs:
run: |
pytest --durations=20 -p no:faulthandler --json-report --json-report-file ${{ env.runtag }}.results.json --cov pyterrier_dr --cov-report json:${{ env.runtag }}.coverage.json tests/
- name: Upload Test Results
if: always()
uses: actions/upload-artifact@v4
with:
path: ${{ env.runtag }}.*.json
overwrite: true

- name: Report Test Results
if: always()
run: |
Expand Down

0 comments on commit 5071f23

Please sign in to comment.