Skip to content

Commit

Permalink
Refactored uploading and downloading of unit test result artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
harmen-xb committed Aug 16, 2024
1 parent 3b6bb03 commit ff782c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: unit-test-results
name: unit-test-results-${{ runner.os }}
# Include the unit-test-results folders (which is in the root of the workspace).
path: unit-test-results
retention-days: 30
Expand Down Expand Up @@ -97,8 +97,9 @@ jobs:
- name: Download Unit Test Results
uses: actions/download-artifact@v4
with:
name: unit-test-results
path: unit-test-results
pattern: unit-test-results-*
merge-multiple: true
# Publish Test Results
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@30eadd5010312f995f0d3b3cff7fe2984f69409e # v2.16.1
Expand Down

0 comments on commit ff782c1

Please sign in to comment.