File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 working-directory : ./build
3838
3939 - name : Publish Test Report
40- uses : mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3 # v5.6.2
40+ uses : mikepenz/action-junit-report@5b7ee5a21e8674b695313d769f3cbdfd5d4d53a4 # v6.0.0
4141 if : always() # always run even if the previous step fails
4242 with :
4343 # fail if there are no test results
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113113 # working-directory: ./build
114114
115115 - name : Publish Test Report
116- uses : mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3 # v5.6.2
116+ uses : mikepenz/action-junit-report@5b7ee5a21e8674b695313d769f3cbdfd5d4d53a4 # v6.0.0
117117 if : always() # always run even if the previous step fails
118118 with :
119119 # fail if there are no test results
Original file line number Diff line number Diff line change 9696 working-directory : ./build
9797
9898 - name : Publish Test Report
99- uses : mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3 # v5.6.2
99+ uses : mikepenz/action-junit-report@5b7ee5a21e8674b695313d769f3cbdfd5d4d53a4 # v6.0.0
100100 if : ${{ always() && inputs.includeTests }}
101101 with :
102102 # fail if there are no test results
You can’t perform that action at this time.
0 commit comments