keep-network / local-setup

Allow to easily set up tBTC and Keep locally for development and test purposes.
MIT License
8 stars 16 forks source link

Separating e2e test install scripts #52

Closed dimpar closed 3 years ago

dimpar commented 3 years ago

Refs https://github.com/keep-network/local-setup/issues/55

We do not need dApps install scripts to run e2e nightly test. Conditional execution should reduce the run time and another point of failure.

nkuba commented 3 years ago

Thoughts on handling this in a boolean env variable?

dimpar commented 3 years ago

Sure, did you have in mind something like in fa16e0f ?