feat: docker and redis setup, tests

This commit is contained in:
2024-03-14 22:07:48 +00:00
parent 7c33e9b886
commit b06c95d9b4
4 changed files with 51 additions and 12 deletions

View File

@@ -50,6 +50,8 @@ binaries: List[Text] = [
"terraform",
"docker" if not os.environ.get("SKIP_DOCKER_CONFIG") else None,
"neofetch",
"redis-cli",
"redis-server",
# language: python
"pyenv",