Fix typo in GitLab CI artifact path and include test report files in artifacts
This commit is contained in:
+2
-1
@@ -34,7 +34,8 @@ build:
|
|||||||
- cp -rv target/apidocs/* public/apidocs/
|
- cp -rv target/apidocs/* public/apidocs/
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- target/
|
- target/surefire-reports/*.xml
|
||||||
|
- targert/
|
||||||
- public/
|
- public/
|
||||||
except:
|
except:
|
||||||
- tags
|
- tags
|
||||||
|
|||||||
Reference in New Issue
Block a user