kopia lustrzana https://github.com/JOSM/MapWithAI
Add junit test artifacts to gitlab ci
Signed-off-by: Taylor Smock <smocktaylor@gmail.com>pull/1/head
rodzic
ddee9bd1ec
commit
6e6d338f3b
|
@ -131,3 +131,11 @@ build with java 13:
|
||||||
dependencies:
|
dependencies:
|
||||||
- assemble with java 13
|
- assemble with java 13
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
|
java:
|
||||||
|
stage: test
|
||||||
|
script:
|
||||||
|
- gradle test
|
||||||
|
artifacts:
|
||||||
|
reports:
|
||||||
|
junit: build/test-results/test/**/TEST-*.xml
|
||||||
|
|
Ładowanie…
Reference in New Issue