wormhole/wormchain/contracts/tools/test_accountant.sh

5 lines
155 B
Bash
Raw Normal View History

2023-01-27 12:48:19 -08:00
#!/bin/sh
set -e
while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' guardian:6060/readyz)" != "200" ]]; do sleep 5; done
CI=true npm run test-accountant