Testing out a travis 8. Still not correctly failing.

This commit is contained in:
Dessalines 2020-07-23 22:16:36 -04:00
parent 09f1cf1591
commit 9ed1652894

View file

@ -18,7 +18,7 @@ while [[ "$(curl -s -o /dev/null -w '%{http_code}' 'localhost:8540/api/v1/site')
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
yarn api-test
popd
sudo docker-compose down