Skip to content

Commit

Permalink
ACS-9047 More logs
Browse files Browse the repository at this point in the history
  • Loading branch information
pzhyland committed Dec 9, 2024
1 parent ceec3cd commit ace756e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit ace756e

Please sign in to comment.