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/
|
||||
artifacts:
|
||||
paths:
|
||||
- target/
|
||||
- target/surefire-reports/*.xml
|
||||
- targert/
|
||||
- public/
|
||||
except:
|
||||
- tags
|
||||
|
||||
Reference in New Issue
Block a user