mirror of
https://github.com/chubin/cheat.sh.git
synced 2024-11-23 10:35:29 +03:00
Wait 3 seconds to let server to start
Because `docker-compose` is not capable of checking open ports https://github.com/docker/compose/issues/374
This commit is contained in:
parent
06d8fa7fbd
commit
3905047d62
@ -9,5 +9,6 @@ before_install:
|
||||
- docker images
|
||||
|
||||
script:
|
||||
- sleep 3
|
||||
- curl http://localhost:8002
|
||||
- CHTSH_URL=http://localhost:8002 bash tests/run-tests.sh
|
||||
|
Loading…
Reference in New Issue
Block a user