Skip to content

Commit

Permalink
Provide some identifiers to distinguish between test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjackson committed Dec 20, 2024
1 parent 15fd97d commit c1256df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test_release_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
3 changes: 2 additions & 1 deletion .github/workflows/test_release_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit c1256df

Please sign in to comment.