We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b867de8 commit f0d8502Copy full SHA for f0d8502
.github/workflows/integration.yml
@@ -53,7 +53,7 @@ jobs:
53
path: .cache/collection-tarballs
54
55
sanity-test-collection-via-containers:
56
- name: Sanity in container via Python ${{ matrix.python-version }}
+ name: Sanity Py${{ matrix.python-version }}
57
needs:
58
- build-collection-artifact
59
runs-on: ${{ matrix.runner-os }}
@@ -110,7 +110,7 @@ jobs:
110
/home/runner/.ansible/collections/ansible_collections/ngine_io/cloudstack
111
112
integration-test:
113
- name: Integration test using Python ${{ matrix.python-version }}
+ name: Integration test group${{matrix.group}} Py${{ matrix.python-version }}
114
115
116
- sanity-test-collection-via-containers
0 commit comments