CLIP-1619 Added new test as a step in bitbucket-pipelines.yml

This commit is contained in:
Mykhailo Usatenko
2022-07-29 10:39:45 +03:00
parent b4dd2ad27c
commit 8f9ef3bb92

View File

@@ -204,6 +204,15 @@ pipelines:
- ./bin/install-ansible --dev
- cd roles/product_install
- pipenv run molecule test -s confluence_latest
- step:
name: product_install/confluence_version_with_uppercase
services:
- docker
script:
- export ANSIBLE_CONFIG=./ansible.cfg
- ./bin/install-ansible --dev
- cd roles/product_install
- pipenv run molecule test -s confluence_version_with_uppercase
- step:
name: product_install/crowd_latest
services: