Skip to content

Commit b867de8

Browse files
authored
improve ci (#2)
1 parent 8cd32eb commit b867de8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/integration.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,11 @@ jobs:
125125
ansible-version:
126126
- git+https://github.com/ansible/ansible.git@devel
127127
python-version:
128-
# - 3.6
128+
- 3.6
129129
- 2.7
130+
group:
131+
- 1
132+
- 2
130133
steps:
131134
- name: Check out code
132135
uses: actions/checkout@v1
@@ -171,9 +174,11 @@ jobs:
171174
-v
172175
--diff
173176
--color
177+
--retry-on-error
178+
--python ${{ matrix.python-version }}
174179
--continue-on-error
175180
--coverage
176-
cloud/cs/
181+
shippable/cs/group${{ matrix.group }}/
177182
- name: Generate coverage report.
178183
run: >-
179184
~/.local/bin/ansible-test

0 commit comments

Comments
 (0)