wormhole/testing/spydk.sh

5 lines
164 B
Bash
Raw Normal View History

2022-07-14 13:54:02 -07:00
#!/bin/sh
set -e
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