Skip to content

Commit

Permalink
Added publish junit reports step to CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
jmigueprieto committed Aug 8, 2024
1 parent bd72aa1 commit 90caa41
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/intgtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,8 @@ jobs:
USER2_APPLICATION_ID: ${{ secrets.USER2_APPLICATION_ID }}
USER2_KEY_ID: ${{ secrets.USER2_KEY_ID }}
USER2_SECRET: ${{ secrets.USER2_SECRET }}
- name: Publish Test Report
uses: mikepenz/action-junit-report@v3
if: always() # always run even if the previous step fails
with:
report_paths: '**/build/test-results/test/TEST-*.xml'

0 comments on commit 90caa41

Please sign in to comment.