From 8d4ce32ab4a1729ee9eed2b2d218dbf157d8b28b Mon Sep 17 00:00:00 2001 From: Davy Landman Date: Wed, 13 Sep 2023 13:23:50 +0200 Subject: [PATCH] [CI] fixing paths used for test reports --- .github/workflows/build.yaml | 2 +- .github/workflows/publish-test-results.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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