We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 029aaef commit 54f157cCopy full SHA for 54f157c
README.md
@@ -91,20 +91,20 @@ Assuming this repository is checked out in the proper structure,
91
e.g. `collections_root/ansible_collections/cloud/azure_ops/`, run:
92
93
```shell
94
- tox -e linters
+tox -e linters
95
```
96
97
Sanity and unit tests are run as normal:
98
99
100
- ansible-test sanity
+ansible-test sanity
101
102
103
There are also integration tests in the `molecule` directory which are meant to be run against an azure subscription.
104
105
106
- az login
107
- molecule test
+az login
+molecule test
108
109
110
This collection is tested using GitHub Actions. To know more about CI, refer to [CI.md](CI.md).
0 commit comments