Skip to content

Commit 050223c

Browse files
authored
Update main.yml
1 parent 04ffc8f commit 050223c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727
- name: Publish Test Report
2828
uses: mikepenz/action-junit-report@v3
2929
with:
30-
report_paths: 'reports/junit-report.xml'
31-
- name: Detailed Report
30+
report_paths: 'reports/junit-report.xml'
3231
- uses: actions/upload-artifact@v4
3332
if: ${{ !cancelled() }}
3433
with:

0 commit comments

Comments
 (0)