ci: docker: Show Etherpad logs

This commit is contained in:
Richard Hansen 2022-03-12 00:17:10 -05:00
parent 178db7508f
commit 5748c76db3
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ jobs:
name: Test
run: |
docker run --rm -d -p 9001:9001 --name test ${{ env.TEST_TAG }}
docker logs -f test &
./src/bin/installDeps.sh
while true; do
echo "Waiting for Docker container to start..."