mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Wait for http connection instead of tcp
This commit is contained in:
parent
d801e679e6
commit
266072bcc9
@ -21,9 +21,8 @@ install:
|
||||
- git submodule update --remote --merge
|
||||
- docker-compose -f Nitro-Backend/docker-compose.yml up -d
|
||||
- docker-compose -f Nitro-Web/docker-compose.yml up -d
|
||||
- yarn global add cypress
|
||||
- yarn global add wait-on
|
||||
- yarn global add cypress wait-on
|
||||
|
||||
script:
|
||||
- wait-on tcp:3000
|
||||
- wait-on http://localhost:3000
|
||||
- cypress run
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user