ci(logs): Show docker-compose ps and logs on fail (#443)
This commit is contained in:
parent
e97da7c56f
commit
67ef528168
@ -16,3 +16,7 @@ script:
|
||||
- docker-compose up -d
|
||||
- timeout 60 bash -c 'until $(curl -Isf -o /dev/null http://localhost:9000); do printf '.'; sleep 0.5; done'
|
||||
- ./test.sh
|
||||
|
||||
after_failure:
|
||||
- docker-compose ps
|
||||
- docker-compose logs
|
||||
|
Reference in New Issue
Block a user