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 32df224 commit df85fb5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/molecule_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ jobs:
- name: Ls
run: tree
- name: molecule
uses: monolithprojects/action-molecule@v1.4.1
uses: arillso/action.molecule@0.0.1
with:
molecule_command: test
command: test
scenario: default
converge_extra_args: --debug
working_directory: ${{ github.repository }}/roles/bareos
env:
ANSIBLE_FORCE_COLOR: '1'

0 comments on commit df85fb5

Please sign in to comment.