herald.go/scripts/cicd_integration_test_runner.sh
Jeffrey Picard 76e639b757 update
2022-10-04 14:27:50 +00:00

14 lines
333 B
Bash

#!/bin/bash
#
# cicd_integration_test_runner.sh
#
# simple script to kick off herald and call the integration testing
# script
#
# N.B. this currently just works locally until we figure a way to have
# the data in the cicd environment.
#
./herald serve --db-path /mnt/sdb1/wallet_server/_data/lbry-rocksdb &
./integration_tests.sh