diff --git a/.github/workflows/test_release_conda.yml b/.github/workflows/test_release_conda.yml index 136d91f51..334f3e9d6 100644 --- a/.github/workflows/test_release_conda.yml +++ b/.github/workflows/test_release_conda.yml @@ -49,7 +49,7 @@ jobs: if: always() uses: actions/upload-artifact@v4 with: - name: Unit test results ${{ matrix.os }} ${{ matrix.python-version }} + name: Conda-forge unit test results ${{ matrix.os }} ${{ matrix.python-version }} path: tests_and_analysis/test/reports/junit_report*.xml publish-test-results: @@ -65,3 +65,4 @@ jobs: uses: EnricoMi/publish-unit-test-result-action@v2 with: junit_files: artifacts/**/junit_report*.xml + check_name: PyPI test results diff --git a/.github/workflows/test_release_pypi.yml b/.github/workflows/test_release_pypi.yml index 0dc96dc7b..4e630c9ed 100644 --- a/.github/workflows/test_release_pypi.yml +++ b/.github/workflows/test_release_pypi.yml @@ -75,7 +75,7 @@ jobs: if: always() uses: actions/upload-artifact@v4 with: - name: Unit test results ${{ matrix.os }} + name: PyPI unit test results ${{ matrix.os }} path: tests_and_analysis/test/reports/junit_report*.xml publish-test-results: @@ -91,3 +91,4 @@ jobs: uses: EnricoMi/publish-unit-test-result-action@v2 with: junit_files: artifacts/**/junit_report*.xml + check_name: PyPI test results