From 1b44b47d1c8aab5d65edc38958744a563a5bdf94 Mon Sep 17 00:00:00 2001 From: Guido Grazioli Date: Thu, 13 Jan 2022 20:16:44 +0100 Subject: [PATCH] Revert layout for collection sanity checks --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89fd1bc..d2ceab8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,8 @@ jobs: steps: - name: Check out code uses: actions/checkout@v2 + with: + path: ansible_collections/middleware_automation/keycloak - name: Set up Python ${{ matrix.python_version }} uses: actions/setup-python@v1 @@ -32,9 +34,12 @@ jobs: - name: Run sanity tests run: ansible-test sanity --docker -v --color --python ${{ matrix.python_version }} + working-directory: ./ansible_collections/middleware_automation/keycloak - name: Run molecule test run: molecule test --all + working-directory: ./ansible_collections/middleware_automation/keycloak + env: PY_COLORS: '1' ANSIBLE_FORCE_COLOR: '1'