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@97744eca465b8df9e6e33271cb155003f85327f1 # v5.5.0
40+ uses : mikepenz/action-junit-report@cf701569b05ccdd861a76b8607a66d76f6fd4857 # v5.5.1
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@97744eca465b8df9e6e33271cb155003f85327f1 # v5.5.0
116+ uses : mikepenz/action-junit-report@cf701569b05ccdd861a76b8607a66d76f6fd4857 # v5.5.1
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@97744eca465b8df9e6e33271cb155003f85327f1 # v5.5.0
99+ uses : mikepenz/action-junit-report@cf701569b05ccdd861a76b8607a66d76f6fd4857 # v5.5.1
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