From a25acf590c4804359b626585290302a62e23a292 Mon Sep 17 00:00:00 2001 From: Maxim Burgerhout Date: Sat, 24 Feb 2024 17:50:22 +0100 Subject: [PATCH] Make tests reflect new scenario situation Test scenarios were all renamed to default, podman was dropped for now --- .github/workflows/tests-and-tag.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests-and-tag.yml b/.github/workflows/tests-and-tag.yml index 2d14169..44c9475 100644 --- a/.github/workflows/tests-and-tag.yml +++ b/.github/workflows/tests-and-tag.yml @@ -22,7 +22,7 @@ jobs: uses: gofrolist/molecule-action@v2 with: molecule_working_dir: ${{ github.repository }}/roles/atuin_client - molecule_args: --scenario-name docker --driver-name docker + molecule_args: --driver-name docker env: ANSIBLE_FORCE_COLOR: '1' @@ -37,7 +37,7 @@ jobs: uses: gofrolist/molecule-action@v2 with: molecule_working_dir: ${{ github.repository }}/roles/atuin_server - molecule_args: --scenario-name default --driver-name docker + molecule_args: --driver-name docker env: ANSIBLE_FORCE_COLOR: '1'