Skip to content
Snippets Groups Projects
Commit f38bf778 authored by Esben Haabendal's avatar Esben Haabendal
Browse files

Merge branch 'unit-test-report-integration' into 'kirkstone'

CI: Tell CitLab CI where to find ACTS junit XML report

See merge request eclipse/oniro-core/meta-openharmony!107
parents ab5b71fa 6ca01680
No related branches found
No related tags found
1 merge request!107CI: Tell CitLab CI where to find ACTS junit XML report
Pipeline #15318 passed
......@@ -400,8 +400,11 @@ acts:
if [ "$i" -eq $HDC_CONNECT_ATTEMPTS ] ; then exit 1 ; fi
- xdevice run acts -l $(echo "$ACTS_TESTS"|tr ' ' ';')
artifacts:
when: always
paths:
- build/reports
reports:
junit: build/reports/latest/summary_report.xml
# Build OpenHarmony images using CI runner in China.
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment