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 fe53a11 commit 2a5a576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible_molecule_teststing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
echo "DEBUG_OPT: $DEBUG_OPT"
set -x
if [[ -f "requirements.yml" ]]; then
ansible-galaxy collection install -r requirements.yml
poetry --ansi run ansible-galaxy install -r requirements.yml --server https://old-galaxy.ansible.com -v 1
fi
poetry --ansi run molecule $DEBUG_OPT test
env:
Expand Down

0 comments on commit 2a5a576

Please sign in to comment.