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.
poetry
uv
1 parent d2cd19e commit 4b17aa5Copy full SHA for 4b17aa5
.github/workflows/main.yml
@@ -123,7 +123,7 @@ jobs:
123
run: uv run ansible-galaxy install -r requirements.yml
124
125
- name: Run tests
126
- run: make test DISCOVER=${{ matrix.molecule-discover }}
+ run: make test DRIVER=docker DISCOVER=${{ matrix.molecule-discover }}
127
env:
128
MOLECULE_DISTRO: ${{ matrix.molecule-distro }}
129
Makefile
@@ -24,7 +24,7 @@ lint:
24
25
# make test DRIVER=docker DISCOVER=roles/
26
test:
27
- pytest -rP -p no:warnings -m ${DRIVER:-docker} --molecule ${DISCOVER}
+ pytest -rP -p no:warnings -m ${DRIVER} --molecule ${DISCOVER}
28
29
molecule:
30
pushd roles/$(ROLE) && uv run molecule test -s $(ROLE); popd
0 commit comments