Skip to content

Commit

Permalink
wait for logs
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Jul 16, 2024
1 parent 502c4e4 commit efc49f7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,10 @@ jobs:

- name: Run Docker image
run: docker run -d -p 8080:8080 ${{ matrix.images.name }}:test
working-directory: ${{ github.workspace }}

- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]
- name: Wait for container
run: sleep 30s

- name: Check the status of container
run: docker ps -a
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]


0 comments on commit efc49f7

Please sign in to comment.