Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 650 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (19 loc) · 650 Bytes

temporal-ui-k8s

Developing

You can use the environments created by tox for development:

tox --notest -e unit
source .tox/unit/bin/activate

Testing

tox -e fmt           # update your code according to linting rules
tox -e lint          # code style
tox -e unit          # unit tests
tox -e integration   # integration tests
tox                  # runs 'lint' and 'unit' environments

Deploy

Please refer to the Temporal server charm documentation for instructions about how to deploy the web UI and relate it to the server.