Wait on port 3000

This commit is contained in:
Robert Schäfer 2018-12-08 01:39:55 +01:00
parent e1137bd03f
commit 9b4279c162

View File

@ -22,7 +22,8 @@ install:
- cd Nitro-Backend && docker-compose up -d && cd ..
- cd Nitro-Web && docker-compose up -d && cd ..
- yarn global add cypress
- yarn global add wait-on
script:
- wait-on tcp:3000
- cypress run