We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b3dfeb commit cf7d6e6Copy full SHA for cf7d6e6
1 file changed
README.md
@@ -53,7 +53,13 @@ execute `sh run.sh` in your terminal
53
If you want to run and use this chatbot app within your Kubernetes cluster, you can easily install it using the Helm chart provided in this repository
54
55
helm install [RELEASE_NAME] helm/ -f helm/values.yaml
56
+# Test
57
58
+Run tests:
59
+```
60
+cd app
61
+pytest tests/
62
63
# Contributing
64
please read the [Contribution guide](https://github.com/abolfazl8131/devops-gpt/blob/master/CONTRIBUTING.md)
65
# Maintenance
0 commit comments