diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9c43d38b..c4efc55a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -45,7 +45,7 @@ jobs: if: always() uses: actions/upload-artifact@v3 with: - name: Unit Test Results (${{ matrix.python-version }}) + name: Unit Test Results (${{ matrix.os }}) path: target/surefire-reports/**/*.xml checker-framework: diff --git a/.github/workflows/publish-test-results.yaml b/.github/workflows/publish-test-results.yaml index 89c6ba77..68e99834 100644 --- a/.github/workflows/publish-test-results.yaml +++ b/.github/workflows/publish-test-results.yaml @@ -32,4 +32,4 @@ jobs: commit: ${{ github.event.workflow_run.head_sha }} event_file: artifacts/Event File/event.json event_name: ${{ github.event.workflow_run.event }} - files: "artifacts/**/*.xml" \ No newline at end of file + files: "artifacts/**/TEST*.xml" \ No newline at end of file