From 92bcdc2e7ee5e0c35a3594980acee78c0924a404 Mon Sep 17 00:00:00 2001 From: Ishan Jain <51803183+ishanjainn@users.noreply.github.com> Date: Tue, 29 Nov 2022 11:23:27 +0530 Subject: [PATCH] Update full-integration-test.yml --- .github/workflows/full-integration-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/full-integration-test.yml b/.github/workflows/full-integration-test.yml index f912b90..7ce6977 100644 --- a/.github/workflows/full-integration-test.yml +++ b/.github/workflows/full-integration-test.yml @@ -10,7 +10,7 @@ env: jobs: integration: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 name: ${{ matrix.ansible }}-py${{ matrix.python }} strategy: fail-fast: true @@ -59,4 +59,4 @@ jobs: - name: Run integration test run: ansible-test integration -v --color --retry-on-error --continue-on-error --diff --python ${{ matrix.python }} --docker --coverage - working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}} \ No newline at end of file + working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}