Skip to content

Commit 413d009

Browse files
author
ocarmi
committed
always get report
1 parent 0ab8c56 commit 413d009

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ jobs:
6464
NOTIFIERS_VICTOROPS_REST_URL: ${{secrets.NOTIFIERS_VICTOROPS_REST_URL}}
6565
- name: JUnit Report Action
6666
uses: mikepenz/action-junit-report@v5
67+
if: success() || failure()
68+
with:
69+
report_paths: report.xml
6770
- name: Upload coverage to Codecov
6871
if: success()
6972
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)