File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626
2727 # https://github.com/marketplace/actions/junit-report-action
2828 - name : Publish Test Report
29- uses : mikepenz/action-junit-report@49b2ca06f62aa7ef83ae6769a2179271e160d8e4 # v6.3.1
29+ uses : mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 # v6.4.0
3030 if : always() # always run even if the previous step fails
3131 with :
3232 report_paths : " build/test-results/**/*.xml"
Original file line number Diff line number Diff line change 5656
5757 # https://github.com/marketplace/actions/junit-report-action
5858 - name : Publish Test Report
59- uses : mikepenz/action-junit-report@49b2ca06f62aa7ef83ae6769a2179271e160d8e4 # v6.3.1
59+ uses : mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 # v6.4.0
6060 if : always() # always run even if the previous step fails
6161 with :
6262 report_paths : " build/test-results/**/*.xml"
Original file line number Diff line number Diff line change 6161
6262 # https://github.com/marketplace/actions/junit-report-action
6363 - name : Publish Test Report
64- uses : mikepenz/action-junit-report@49b2ca06f62aa7ef83ae6769a2179271e160d8e4 # v6.3.1
64+ uses : mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 # v6.4.0
6565 if : always() # always run even if the previous step fails
6666 with :
6767 report_paths : " build/test-results/**/*.xml"
You can’t perform that action at this time.
0 commit comments