no2chem / testenv

🚧 configuration for spinning up Temporal test environments

Home Page:https://github.com/RTradeLtd/Temporal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

🚧 configuration for spinning up Temporal test environments

https://github.com/RTradeLtd/Temporal


Languages

Language:Makefile 100.0%