/testenv

🚧 configuration for spinning up Temporal test environments

Primary LanguageMakefile

testenv

configuration for Temporal test environments

Usage

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