Skip to content

Commit 60d47dc

Browse files
committed
MESH-2530 Try mesh file name for junit
1 parent 5bd75bf commit 60d47dc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/merge-develop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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()

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)