Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
zingmane committed Feb 5, 2025
1 parent 39ba07e commit a303748
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,11 @@ jobs:
- name: Download Artifacts
uses: actions/download-artifact@v4
with:
path: artifacts
merge-multiple: true
# pattern: test-results
path: artifacts/test-results

- name: Debug Test Results
run: ls -R artifacts

- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
Expand Down

0 comments on commit a303748

Please sign in to comment.