diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1a97c0aa8..fd8dee0d8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -876,7 +876,9 @@ jobs: fi - name: "Set up the environment" timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} - run: docker compose -f ./scripts/ci/docker-compose/docker-compose.yaml --profile ${{ matrix.compose-profile }} up -d + run: | + docker compose -f ./scripts/ci/docker-compose/docker-compose.yaml --profile ${{ matrix.compose-profile }} up -d + docker logs -f docker-compose-keycloak-1 & - name: "Prepare Report Portal" if: github.ref_name == 'master' uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v8.2.0