docker compose exec got dropped
This commit is contained in:
parent
dd99db7ad5
commit
4b2a1750cc
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -37,4 +37,4 @@ jobs:
|
|||||||
laconicd_gql_endpoint=http://laconicd:9473/api
|
laconicd_gql_endpoint=http://laconicd:9473/api
|
||||||
sleep 30s
|
sleep 30s
|
||||||
cd ../../../
|
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user