Skip to content

Commit c383aa0

Browse files
committed
remove useless action
1 parent 257cb5f commit c383aa0

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ jobs:
2222
with:
2323
name: junit
2424
path: junit.xml
25-
- name: Publish Test Report
26-
uses: mikepenz/action-junit-report@v3
27-
if: always() # always run even if the previous step fails
28-
with:
29-
report_paths: 'junit.xml'
3025
- uses: ashley-taylor/junit-report-annotations-action@1.3
3126
if: always()
3227
with:

0 commit comments

Comments
 (0)