From d81a86cdcd9ef12800398d09d311190dec644713 Mon Sep 17 00:00:00 2001 From: Rene Moser Date: Tue, 31 Mar 2020 22:51:49 +0200 Subject: [PATCH] improve ci --- .github/workflows/integration.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 56df4dc4..308ac476 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -125,8 +125,11 @@ jobs: ansible-version: - git+https://github.com/ansible/ansible.git@devel python-version: - # - 3.6 + - 3.6 - 2.7 + group: + - 1 + - 2 steps: - name: Check out code uses: actions/checkout@v1 @@ -171,9 +174,11 @@ jobs: -v --diff --color + --retry-on-error + --python ${{ matrix.python-version }} --continue-on-error --coverage - cloud/cs/ + shippable/cs/group${{ matrix.group }}/ - name: Generate coverage report. run: >- ~/.local/bin/ansible-test