Skip to content

Commit

Permalink
fix(ci): espresso should always upload junit report even of failure
Browse files Browse the repository at this point in the history
  • Loading branch information
growse committed Sep 26, 2024
1 parent ed2726f commit 74824e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/espresso.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:

- name: Espresso JUnit Report
uses: mikepenz/action-junit-report@v4
if: always()
with:
report_paths: "**/TEST-*.xml"
detailed_summary: true
Expand Down

0 comments on commit 74824e8

Please sign in to comment.