Skip to content

Commit

Permalink
chore: test report include_passed
Browse files Browse the repository at this point in the history
  • Loading branch information
yeshan333 committed May 8, 2024
1 parent c6d8dd2 commit 203528f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-test-with-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ jobs:
uses: mikepenz/action-junit-report@v4
if: success() || failure() # always run even if the previous step fails
with:
report_paths: '/tmp/ex*.xml'
check_name: 'OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}} Test Report'
report_paths: '/tmp/ex*.xml'
include_passed: true

0 comments on commit 203528f

Please sign in to comment.