Skip to content

Commit

Permalink
append
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSchulze committed Jul 8, 2023
1 parent 474c908 commit 9b37792
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/publish-test-report/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ runs:
path: 'reports/**/results.xml'
reporter: java-junit
fail-on-error: 'false'

- name: 'Upload Test Artifacts'
- uses: actions/upload-artifact@v3
with:
name: test_artifact_${{ inputs.report-name }}
path: 'reports/**'

0 comments on commit 9b37792

Please sign in to comment.