From dfb9757dfc42b73df2b160550a86b7af45e49a9b Mon Sep 17 00:00:00 2001 From: alexanderbazhenoff Date: Sun, 7 Apr 2024 03:07:47 +0300 Subject: [PATCH] fixes debug v1 --- .github/workflows/ansible_molecule_teststing.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ansible_molecule_teststing.yml b/.github/workflows/ansible_molecule_teststing.yml index 264691e..505fc76 100644 --- a/.github/workflows/ansible_molecule_teststing.yml +++ b/.github/workflows/ansible_molecule_teststing.yml @@ -81,7 +81,8 @@ jobs: poetry --ansi run ansible-galaxy install -r "$PREINSTALL_MOLECULE_REQUIREMENTS_YAML_PATH" $VERB_OPT fi cd roles/bareos - poetry --ansi run molecule $DEBUG_OPT $VERB_OPT test &; bash .github/workflows/docker_ps.sh + poetry --ansi run molecule $DEBUG_OPT $VERB_OPT test & + bash .github/workflows/docker_ps.sh env: PY_COLORS: '1' ANSIBLE_FORCE_COLOR: '1'