Skip to content

Commit

Permalink
fixes debug v1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbazhenoff committed Apr 7, 2024
1 parent f79aa22 commit dfb9757
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ansible_molecule_teststing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit dfb9757

Please sign in to comment.