wormhole/testing/spydk.sh

6 lines
270 B
Bash
Raw Normal View History

2022-07-14 13:54:02 -07:00
#!/bin/sh
set -e
2022-10-26 13:41:19 -07:00
while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' guardian:6060/readyz)" != "200" ]]; do sleep 5; done
2022-07-14 13:54:02 -07:00
while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' spy:6060/metrics)" != "200" ]]; do sleep 5; done
CI=true npm --prefix ../spydk/js run test-ci