Merge pull request #44 from idealista/hotfix/multiple-test-scenarios

Support multiple test scenarios
This commit is contained in:
Víctor Suárez Fernández 2020-12-03 13:51:33 +01:00 committed by GitHub
commit 8e687b3d68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ env:
{% if cookiecutter.debian_stretch_support == 'True' %}- MOLECULE_DISTRO=debian:stretch-slim{% endif %}
{% if cookiecutter.debian_buster_support == 'True' %}- MOLECULE_DISTRO=debian:buster-slim{% endif %}
script:
- pipenv run molecule test
- pipenv run molecule test --all
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/
webhooks: https://galaxy.ansible.com/api/v1/notifications/