Skip to content

Commit

Permalink
fixes debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbazhenoff committed Apr 6, 2024
1 parent 4c301f1 commit fe53a11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ansible_molecule_teststing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ jobs:
cd roles/bareos
DEBUG_OPT="$([[ "${{ github.event.head_commit.message }}" =~ .(debug) ]] && echo '--debug')"
echo "DEBUG_OPT: $DEBUG_OPT"
set -x
if [[ -f "requirements.yml" ]]; then
ansible-galaxy collection install -r requirements.yml
fi
poetry --ansi run molecule $DEBUG_OPT test
env:
PY_COLORS: '1'
Expand Down

0 comments on commit fe53a11

Please sign in to comment.