Skip to content

🚧 configuration for spinning up Temporal test environments

Notifications You must be signed in to change notification settings

RTradeLtd/testenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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