mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-09-17 14:21:39 +00:00
Fix timeout and add step
This commit is contained in:
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@@ -146,12 +146,15 @@ jobs:
|
||||
java-version: ${{ env.JAVA_VERSION }}
|
||||
distribution: "temurin"
|
||||
cache: "maven"
|
||||
- name: "build"
|
||||
timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }}
|
||||
run: env REQUIRES_LOCAL_IMAGES=true bash scripts/travis/build.sh
|
||||
- name: "env1"
|
||||
run: ${{ env.TAS_SCRIPTS }}/start-compose.sh ${TAS_ENVIRONMENT}/docker-compose-minimal+transforms.yml
|
||||
run: ${{ env.TAS_SCRIPTS }}/start-compose.sh ${{ TAS_ENVIRONMENT }}/docker-compose-minimal+transforms.yml
|
||||
- name: "env2"
|
||||
timeout-minutes: ${{ env.GITHUB_ACTIONS_DEPLOY_TIMEOUT }}
|
||||
run: ${{ env.TAS_SCRIPTS }}/wait-for-alfresco-start.sh "http://localhost:8082/alfresco"
|
||||
- name: "Run tests"
|
||||
timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }}
|
||||
run: mvn --settings .travis.settings.xml --file pom.xml -B verify -f packaging/tests/tas-restapi/pom.xml -Pall-tas-tests,run-restapi-part1 -Denvironment=default -DrunBugs=false
|
||||
|
||||
AGS-Unit-And_Integration-Tests-01-PostgreSQL:
|
||||
@@ -173,8 +176,8 @@ jobs:
|
||||
distribution: "temurin"
|
||||
cache: "maven"
|
||||
- name: "build"
|
||||
timeout-minutes: ${{ env.GITHUB_ACTIONS_DEPLOY_TIMEOUT }}
|
||||
timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }}
|
||||
run: env REQUIRES_INSTALLED_ARTIFACTS=true bash ./scripts/travis/build.sh
|
||||
- name: "verify"
|
||||
timeout-minutes: ${{ env.GITHUB_ACTIONS_DEPLOY_TIMEOUT }}
|
||||
timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }}
|
||||
run: mvn --settings .travis.settings.xml --file pom.xml -B verify -Dmaven.javadoc.skip=true -Dmaven.source.skip=true -Pags -Pstart-postgres -PagsAllTestSuitePt1 -f amps/ags/pom.xml ${{ env.LOG_WARN }}
|
Reference in New Issue
Block a user