mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
attempt to fix rest api tests
This commit is contained in:
@@ -34,6 +34,11 @@ jobs:
|
||||
script:
|
||||
- mvn -B test -pl :alfresco-governance-services-automation-enterprise-rest-api -Dskip.automationtests=false
|
||||
after_failure: docker ps -a | grep '_alfresco_1' | awk '{print $1}' | xargs docker logs | tail -5000
|
||||
addons:
|
||||
artifacts:
|
||||
paths:
|
||||
- ./rm-automation/rm-automation-enterprise-rest-api/target/reports/rm-automation-enterprise-rest-api.log
|
||||
- ./rm-automation/rm-automation-enterprise-rest-api/target/surefire-reports
|
||||
|
||||
- name: "Enterprise Rest API WORM Tests"
|
||||
stage: Tests
|
||||
|
Reference in New Issue
Block a user