Fix test report artifacts
This commit is contained in:
parent
8e332ff872
commit
735232bf8e
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@ build:
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- install
|
- install
|
||||||
|
- build/*/test_results/*/*.xunit.xml
|
||||||
reports:
|
reports:
|
||||||
junit: build/*/Testing/*/Test.xml
|
junit: build/*/Testing/*/Test.xml
|
||||||
|
|
||||||
|
@ -29,5 +30,6 @@ build_enabled:
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- install
|
- install
|
||||||
|
- build/*/test_results/*/*.xunit.xml
|
||||||
reports:
|
reports:
|
||||||
junit: build/*/Testing/*/Test.xml
|
junit: build/*/Testing/*/Test.xml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue