Skip to content

Commit

Permalink
Publish JUnit report files
Browse files Browse the repository at this point in the history
  • Loading branch information
Stealthii committed Apr 17, 2024
1 parent 3adca73 commit fe480e8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/bats-multi-bash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,14 @@ jobs:
with:
name: report-macOS-${{ matrix.libs }}
path: report.xml
junit-publish:
needs: [bats-alpine, bats-macos]
runs-on: ubuntu-latest
steps:
- name: Download all workflow run artifacts
uses: actions/download-artifact@v4

- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
with:
report_paths: "**/report.xml"

0 comments on commit fe480e8

Please sign in to comment.