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 8cd32eb commit b867de8Copy full SHA for b867de8
.github/workflows/integration.yml
@@ -125,8 +125,11 @@ jobs:
125
ansible-version:
126
- git+https://github.com/ansible/ansible.git@devel
127
python-version:
128
- # - 3.6
+ - 3.6
129
- 2.7
130
+ group:
131
+ - 1
132
+ - 2
133
steps:
134
- name: Check out code
135
uses: actions/checkout@v1
@@ -171,9 +174,11 @@ jobs:
171
174
-v
172
175
--diff
173
176
--color
177
+ --retry-on-error
178
+ --python ${{ matrix.python-version }}
179
--continue-on-error
180
--coverage
- cloud/cs/
181
+ shippable/cs/group${{ matrix.group }}/
182
- name: Generate coverage report.
183
run: >-
184
~/.local/bin/ansible-test
0 commit comments