File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,10 +94,10 @@ jobs:
9494
9595 - name : publish junit reports
9696 if : success() || failure()
97- uses : mikepenz/action-junit-report@75b84e78b3f0aaea7ed7cf8d1d100d7f97f963ec
97+ uses : mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3
9898 with :
9999 check_name : junit reports
100- report_paths : reports/junit/* .xml
100+ report_paths : reports/junit/mesh .xml
101101
102102 - name : stop docker containers
103103 if : success() || failure()
Original file line number Diff line number Diff line change @@ -139,10 +139,10 @@ jobs:
139139
140140 - name : publish junit reports
141141 if : success() || failure()
142- uses : mikepenz/action-junit-report@75b84e78b3f0aaea7ed7cf8d1d100d7f97f963ec
142+ uses : mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3
143143 with :
144144 check_name : junit reports
145- report_paths : reports/junit/* .xml
145+ report_paths : reports/junit/mesh .xml
146146
147147 - name : stop docker containers
148148 if : success() || failure()
You can’t perform that action at this time.
0 commit comments