Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix typo in command and correct spelling #2167

Merged
merged 1 commit into from
Jan 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions controls/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Molecule Test Environment
## Requirements
You'll need to have `docker` and `python` with `pip` intalled. You can then install poetry with the following command:
You'll need to have `docker` and `python` with `pip` installed. You can then install poetry with the following command:
```bash
pip install poetry
```
Expand Down Expand Up @@ -31,7 +31,7 @@ export HCLOUD_TOKEN=<YOUR_API_TOKEN> # on macOS and Linux
To run tests, cd into `./roles/<role-to-test>` and run:
```bash
molecule test
molcule test -s <scenario-name>
molecule test -s <scenario-name>
```
### Extra Information
- The roles `update-changes`, `configure-updates` and `configure-firewall` use the `docker` driver. This means that the tests will run in a docker container on your machine. Therefore, you'll need to have docker installed and running.
Expand Down
Loading