You've already forked cookiecutter-ansible-role
Don't remake venv on test
This commit is contained in:
@@ -12,7 +12,7 @@ virtualenv:
|
||||
@echo "VirtualENV Setup Complete. Now run: source .venv/bin/activate"
|
||||
@echo
|
||||
|
||||
test: virtualenv
|
||||
test:
|
||||
for distro in almalinux9 ; do \
|
||||
MOLECULE_DISTRO=$$distro molecule test --all ; \
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user