From 5071f2303a724e329b108d73ea09cd6e699cf017 Mon Sep 17 00:00:00 2001 From: Sean MacAvaney Date: Thu, 28 Nov 2024 09:44:41 +0000 Subject: [PATCH] remove test result upload sometimes fails due to name conflict --- .github/workflows/test.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2b86a9f..b29c08d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: |