mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Bring back the wait-on for a more reliable build
This commit is contained in:
parent
900b05c280
commit
04b97009ae
@ -9,6 +9,7 @@ addons:
|
||||
- chromium
|
||||
|
||||
before_install:
|
||||
- yarn global add wait-on
|
||||
# Install Codecov
|
||||
- yarn global add codecov
|
||||
- yarn install
|
||||
@ -16,6 +17,8 @@ before_install:
|
||||
|
||||
install:
|
||||
- docker-compose -f docker-compose.yml -f docker-compose.travis.yml up --build -d
|
||||
# avoid "Database constraints have changed after this transaction started"
|
||||
- wait-on http://localhost:7474
|
||||
|
||||
script:
|
||||
# Backend
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user