Skip to content

Commit

Permalink
Logs for Solr
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrankowski committed Nov 16, 2023
1 parent fd24d35 commit db68a73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -511,8 +511,9 @@ jobs:
- name: "Set up the environment"
run: |
${{ env.TAS_SCRIPTS }}/start-compose.sh ${{ env.TAS_ENVIRONMENT }}/${{ matrix.compose-file }}
${{ env.TAS_SCRIPTS }}/wait-for-alfresco-start.sh "http://localhost:8082/alfresco"
docker ps -a
docker logs -f environment_solr6_1 &
${{ env.TAS_SCRIPTS }}/wait-for-alfresco-start.sh "http://localhost:8082/alfresco"
- name: "Run tests"
id: tests
timeout-minutes: ${{ matrix.deploy-timeout }}
Expand Down

0 comments on commit db68a73

Please sign in to comment.