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