Testing out a travis 4.
This commit is contained in:
parent
77feae3716
commit
aa4c85f905
1 changed files with 1 additions and 0 deletions
1
docker/travis/run-tests.sh
vendored
1
docker/travis/run-tests.sh
vendored
|
@ -17,6 +17,7 @@ echo "Waiting for Lemmy to start..."
|
|||
while [[ "$(curl -s -o /dev/null -w '%{http_code}' 'localhost:8540/api/v1/site')" != "200" ]]; do sleep 1; done
|
||||
while [[ "$(curl -s -o /dev/null -w '%{http_code}' 'localhost:8550/api/v1/site')" != "200" ]]; do sleep 1; done
|
||||
while [[ "$(curl -s -o /dev/null -w '%{http_code}' 'localhost:8560/api/v1/site')" != "200" ]]; do sleep 1; done
|
||||
yarn
|
||||
yarn api-test || true
|
||||
popd
|
||||
|
||||
|
|
Loading…
Reference in a new issue