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 2828
2929 # https://github.com/marketplace/actions/junit-report-action
3030 - name : Publish Test Report
31- uses : mikepenz/action-junit-report@5b7ee5a21e8674b695313d769f3cbdfd5d4d53a4 # v6.0.0
31+ uses : mikepenz/action-junit-report@e08919a3b1fb83a78393dfb775a9c37f17d8eea6 # v6.0.1
3232 if : always() # always run even if the previous step fails
3333 with :
3434 report_paths : ' build/test-results/**/*.xml'
Original file line number Diff line number Diff line change 5959
6060 # https://github.com/marketplace/actions/junit-report-action
6161 - name : Publish Test Report
62- uses : mikepenz/action-junit-report@5b7ee5a21e8674b695313d769f3cbdfd5d4d53a4 # v6.0.0
62+ uses : mikepenz/action-junit-report@e08919a3b1fb83a78393dfb775a9c37f17d8eea6 # v6.0.1
6363 if : always() # always run even if the previous step fails
6464 with :
6565 report_paths : ' build/test-results/**/*.xml'
Original file line number Diff line number Diff line change 6363
6464 # https://github.com/marketplace/actions/junit-report-action
6565 - name : Publish Test Report
66- uses : mikepenz/action-junit-report@5b7ee5a21e8674b695313d769f3cbdfd5d4d53a4 # v6.0.0
66+ uses : mikepenz/action-junit-report@e08919a3b1fb83a78393dfb775a9c37f17d8eea6 # v6.0.1
6767 if : always() # always run even if the previous step fails
6868 with :
6969 report_paths : ' build/test-results/**/*.xml'
You can’t perform that action at this time.
0 commit comments