From 100e2d30006f84d88191239526911d6921819f6e Mon Sep 17 00:00:00 2001 From: Cian Hatton Date: Sat, 13 Aug 2022 11:28:58 +0100 Subject: [PATCH] specify ansible working dir --- .github/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 25eb2f6..84a6792 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,12 +11,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: "CD" - run: cd ansible/roles/setup_docker - name: Molecule uses: gofrolist/molecule-action@v2 with: molecule_command: test + molecule_working_dir: ansible/roles/setup_docker env: ANSIBLE_FORCE_COLOR: '1' PY_COLORS: "1"