Skip to content

Commit

Permalink
Filter release test artifacts used for each upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjackson committed Dec 20, 2024
1 parent ef3915f commit ce428f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_release_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ jobs:
- name: Publish Conda test results
uses: EnricoMi/publish-unit-test-result-action@v2
with:
junit_files: artifacts/**/junit_report*.xml
junit_files: artifacts/Conda***/junit_report*.xml
check_name: Conda-forge test results
2 changes: 1 addition & 1 deletion .github/workflows/test_release_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ jobs:
- name: Publish PyPI test results
uses: EnricoMi/publish-unit-test-result-action@v2
with:
junit_files: artifacts/**/junit_report*.xml
junit_files: artifacts/PyPi**/junit_report*.xml
check_name: PyPI test results

0 comments on commit ce428f6

Please sign in to comment.