mirror of
https://github.com/chubin/cheat.sh.git
synced 2026-06-20 13:16:44 +02: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user