An open API service indexing awesome lists of open source software.

https://github.com/rtradeltd/testenv

🚧 configuration for spinning up Temporal test environments
https://github.com/rtradeltd/testenv

temporal

Last synced: 4 months ago
JSON representation

🚧 configuration for spinning up Temporal test environments

Awesome Lists containing this project

README

          

# testenv

configuration for Temporal test environments

## Usage

Add this repository as a submodule:

```sh
❯ git submodule add https://github.com/RTradeLtd/testenv
❯ git add .
❯ git commit
```

Then:

```
❯ ( cd testenv ; make testenv )
```

Add this to your dependency installation script:

```sh
❯ git submodule update --init
```

To update:

```
❯ ( cd testenv ; git pull origin master )
❯ git add .
❯ git commit
```