From c086fad9458ea5cd8802c82c43d90e828ccd0e0a Mon Sep 17 00:00:00 2001 From: Marcelo Moreira de Mello Date: Fri, 21 Jan 2022 17:32:47 -0500 Subject: [PATCH] Added verbosity to molecule logs --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d65fd77bc0..2fa6fd3029 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -207,7 +207,7 @@ jobs: ansible-galaxy collection install -r molecule/requirements.yml sudo rm -f $(which kustomize) make kustomize - KUSTOMIZE_PATH=$(readlink -f bin/kustomize) molecule test -s kind + KUSTOMIZE_PATH=$(readlink -f bin/kustomize) molecule -v test -s kind env: AWX_TEST_IMAGE: awx AWX_TEST_VERSION: ci