From 78dea74cbcde557f4650cbf117b3378461ef5225 Mon Sep 17 00:00:00 2001 From: Daniel Matthews Date: Tue, 19 Dec 2023 09:43:39 +0000 Subject: [PATCH] Rename the role scenario --- .github/workflows/molecule.yml | 2 +- tests/molecule/{role => roles}/molecule.yml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/molecule/{role => roles}/molecule.yml (100%) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index a862470c..b8a64126 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -18,6 +18,6 @@ jobs: - name: Run `molecule test` uses: UCL-MIRSG/.github/actions/molecule-test@v0.38.0 with: - scenario: role + scenario: roles checkout_path: ansible_collections/mirsg/infrastructure tests_path: ansible_collections/mirsg/infrastructure/tests diff --git a/tests/molecule/role/molecule.yml b/tests/molecule/roles/molecule.yml similarity index 100% rename from tests/molecule/role/molecule.yml rename to tests/molecule/roles/molecule.yml