wormhole/wormchain/contracts/tools/test_accountant.sh

5 lines
155 B
Bash

#!/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