diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9034acc..27f622a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: working-directory: ./ansible_collections/middleware_automation/keycloak - name: Run molecule test - run: molecule test --all + run: molecule test --all -- -vvvvv working-directory: ./ansible_collections/middleware_automation/keycloak env: PY_COLORS: '1'