We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cafb321 commit acfbdfcCopy full SHA for acfbdfc
azure/utils-pr-pipeline.yml
@@ -102,10 +102,10 @@ jobs:
102
make install
103
displayName: Install utils pre-requisites
104
105
- - bash: |
106
- ANSIBLE_FORCE_COLOR=yes poetry run ansible-test units --python=3.10
107
- workingDirectory: ansible/collections/ansible_collections/nhsd/apigee
108
- displayName: Unit test ansible
+ # - bash: |
+ # ANSIBLE_FORCE_COLOR=yes poetry run ansible-test units --python=3.10
+ # workingDirectory: ansible/collections/ansible_collections/nhsd/apigee
+ # displayName: Unit test ansible
109
110
- bash: |
111
ANSIBLE_FORCE_COLOR=yes poetry run ansible-test integration --python=3.10
0 commit comments