configuration for Temporal test environments
Add this repository as a submodule:
❯ git submodule add https://github.com/RTradeLtd/testenv
❯ git add .
❯ git commit
Then:
❯ ( cd testenv ; make testenv )
Add this to your dependency installation script:
❯ git submodule update --init
To update:
❯ ( cd testenv ; git pull origin master )
❯ git add .
❯ git commit