Skip to content

Commit 1278de8

Browse files
authored
. E added test report uploader
1 parent 5356f53 commit 1278de8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

+5
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,9 @@ jobs:
1212
- name: Run Unit Tests
1313
shell: bash
1414
run: ./run_unittests.sh
15+
- name: Publish Test Report
16+
uses: mikepenz/action-junit-report@v4
17+
if: success() || failure() # always run even if the previous step fails
18+
with:
19+
report_paths: '/reports/*.xml'
1520

0 commit comments

Comments
 (0)