Skip to content

Commit

Permalink
reenable verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Goth committed Jan 3, 2024
1 parent 45dc4e4 commit f7f0eec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
- name: Install dependencies - 2
run: pip3 install molecule[docker] docker testinfra molecule-plugins
- name: Run Molecule
run: molecule test
run: molecule --debugtest
env:
PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1'
ANSIBLE_DEBUG: 'true'
ANSIBLE_VERBOSITY: '3'

0 comments on commit f7f0eec

Please sign in to comment.