We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b7cf9 commit a894491Copy full SHA for a894491
azure/utils-pr-pipeline.yml
@@ -108,12 +108,12 @@ jobs:
108
displayName: Install utils pre-requisites
109
110
- bash: |
111
- ANSIBLE_FORCE_COLOR=yes poetry run ansible-test units --python=3.13.7
+ ANSIBLE_FORCE_COLOR=yes poetry run ansible-test units --python=3.13
112
workingDirectory: ansible/collections/ansible_collections/nhsd/apigee
113
displayName: Unit test ansible
114
115
116
- ANSIBLE_FORCE_COLOR=yes poetry run ansible-test integration --python=3.13.7
+ ANSIBLE_FORCE_COLOR=yes poetry run ansible-test integration --python=3.13
117
118
displayName: Integration test ansible
119
0 commit comments