Update Test.xml glob expression
This commit is contained in:
parent
cc3c142f9f
commit
fb5a10911f
1 changed files with 2 additions and 4 deletions
|
@ -16,9 +16,8 @@ build:
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- install
|
- install
|
||||||
- build
|
|
||||||
reports:
|
reports:
|
||||||
junit: build/**/Test.xml
|
junit: build/*/Testing/*/Test.xml
|
||||||
|
|
||||||
build_enabled:
|
build_enabled:
|
||||||
script:
|
script:
|
||||||
|
@ -27,6 +26,5 @@ build_enabled:
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- install
|
- install
|
||||||
- build
|
|
||||||
reports:
|
reports:
|
||||||
junit: build/**/Test.xml
|
junit: build/*/Testing/*/Test.xml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue