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
- Host: GitHub
- URL: https://github.com/rtradeltd/testenv
- Owner: RTradeLtd
- Created: 2018-11-20T07:15:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-29T05:04:47.000Z (about 6 years ago)
- Last Synced: 2025-02-26T09:33:09.136Z (over 1 year ago)
- Topics: temporal
- Language: Makefile
- Homepage: https://github.com/RTradeLtd/Temporal
- Size: 45.9 KB
- Stars: 4
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```