From 7d5287580225a602c122cfdaa75b1716e5cf1647 Mon Sep 17 00:00:00 2001 From: "Stefan G. Weichinger" Date: Fri, 2 Aug 2024 21:04:24 +0200 Subject: [PATCH] try to test archlinux --- .github/workflows/molecule.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 1ecb70a..21b5412 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -69,9 +69,7 @@ jobs: fail-fast: false matrix: scenario: - - archlinux - distros: - - archlinux + - default releases: - stable - beta @@ -90,10 +88,10 @@ jobs: - name: molecule uses: robertdebock/molecule-action@6.0.1 env: - MOLECULE_DISTRO: "${{ matrix.distros }}" TEST_RELEASE: "${{ matrix.releases }}" TEST_VERSION: "${{ matrix.versions }}" with: + image: carlodepieri/docker-archlinux-ansible scenario: ${{ matrix.scenario }} release: if: github.ref == 'refs/heads/main'