From e930633a630950c70ff1c5bceaf0d5a3d451cfe2 Mon Sep 17 00:00:00 2001 From: John McCall Date: Tue, 7 Jun 2022 19:26:29 -0400 Subject: [PATCH 1/2] use windows 2022 for ci --- .github/workflows/ansible-test-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-test-windows.yml b/.github/workflows/ansible-test-windows.yml index 9ab2b747..477c6970 100644 --- a/.github/workflows/ansible-test-windows.yml +++ b/.github/workflows/ansible-test-windows.yml @@ -47,7 +47,7 @@ jobs: fail-fast: false matrix: os: - - windows-2019 + - windows-2022 ansible: - stable-2.11 - stable-2.12 From d629549ba49d55b109141fbbed2da6f9e4a88e7e Mon Sep 17 00:00:00 2001 From: John McCall Date: Wed, 8 Jun 2022 15:24:59 -0400 Subject: [PATCH 2/2] default to wsl-bash --- .github/workflows/ansible-test-windows.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ansible-test-windows.yml b/.github/workflows/ansible-test-windows.yml index 477c6970..b8c487c4 100644 --- a/.github/workflows/ansible-test-windows.yml +++ b/.github/workflows/ansible-test-windows.yml @@ -160,7 +160,6 @@ jobs: run: ansible-galaxy collection install ansible.windows -p "${{ env.GHWS }}" - name: Set integration test options - shell: bash working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}/tests/integration run: | cp integration_config.sample.yml integration_config.yml