Skip to content

Commit

Permalink
Merge pull request #8 from infracloudio/feature/shift
Browse files Browse the repository at this point in the history
Display test result on PR
  • Loading branch information
shubhadaR authored Dec 21, 2022
2 parents 3ce79af + 159e1a6 commit 7a991f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@ jobs:
- name: Read output variables
run: |
echo "url is ${{ steps.test-report.outputs.runHtmlUrl }}"
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
junit_files: "target/surefire-reports/TEST-*.xml"

Upload_Artifact:

Expand Down

0 comments on commit 7a991f0

Please sign in to comment.