Skip to content

Commit

Permalink
Merge pull request #8 from networkservicemesh/junit
Browse files Browse the repository at this point in the history
Publish test report on CI
  • Loading branch information
haiodo authored Feb 1, 2021
2 parents 1ee7186 + cbbc7c6 commit 9341014
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,14 @@ jobs:
env:
PACKET_AUTH_TOKEN: ${{ secrets.PACKET_AUTH_TOKEN }}
PACKET_PROJECT_ID: 383890d0-f5d1-4de1-881a-4d1ede549d18
- name: Upload logs # 8. Upload logs
- name: Publish test report # 8. Publish test report
uses: mikepenz/action-junit-report@v2.1.0
if: ${{ always() }}
with:
report_paths: "**/cloud_test/results/junit.xml"
suite_regex: "Test*"
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Upload logs # 9. Upload logs
uses: actions/upload-artifact@v2
if: ${{ always() }}
with:
Expand Down

0 comments on commit 9341014

Please sign in to comment.