Skip to content

Commit

Permalink
ci: molecule does not accept -verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Nov 7, 2022
1 parent 0ce2930 commit bb4ece6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
run: make install-deps

- name: Test the playbook with molecule
run: poetry run molecule test --scenario-name "${SCENARIO}" -- -v
run: poetry run molecule test --scenario-name "${SCENARIO}"
env:
SCENARIO: ${{ matrix.scenario }}
PY_COLORS: '1'
Expand Down
2 changes: 2 additions & 0 deletions tests/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@
roles:
- wayofdev.homebrew
- wayofdev.dnsmasq

...

0 comments on commit bb4ece6

Please sign in to comment.