docker compose exec got dropped

This commit is contained in:
Michael Shaw 2023-02-09 17:20:48 -05:00
parent dd99db7ad5
commit 4b2a1750cc

View File

@ -37,4 +37,4 @@ jobs:
laconicd_gql_endpoint=http://laconicd:9473/api
sleep 30s
cd ../../../
COSMOS_CHAIN_ID=${cosmos_chain_id} LACONICD_REST_ENDPOINT=${laconicd_rest_endpoint} LACONICD_GQL_ENDPOINT=${laconicd_gql_endpoint} PRIVATE_KEY=${laconicd_key} yarn test
docker compose exec sdk-test-runner sh -c "COSMOS_CHAIN_ID=${cosmos_chain_id} LACONICD_REST_ENDPOINT=${laconicd_rest_endpoint} LACONICD_GQL_ENDPOINT=${laconicd_gql_endpoint} PRIVATE_KEY=${laconicd_key} yarn test"