Skip to content

Commit

Permalink
chore: migrate, adding download step (v4)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoniePhiline committed Apr 1, 2024
1 parent 46dabb0 commit 8c23c75
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/junit-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: dorny/test-reporter@v1
with:
artifact: junit.xml
name: 'JUnit report'
fail-on-error: 'false'
path: junit.xml
reporter: java-junit
- uses: actions/download-artifact@v4
with:
github-token: ${{secrets.GITHUB_TOKEN}}
name: junit.xml
run-id: ${{ github.event.workflow_run.id }}
- uses: dorny/test-reporter@v1
with:
fail-on-error: 'false'
name: 'JUnit report'
path: junit.xml
reporter: java-junit

0 comments on commit 8c23c75

Please sign in to comment.