Skip to content

Commit

Permalink
Remove doublequote messing up molecule test (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmmatos authored Jul 13, 2023
1 parent a89959c commit 000b487
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/win_falcon_configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
command: >-
molecule --version &&
ansible --version &&
molecule --debug test --destroy never -s ${{ matrix.collection_role }} -- -v"
molecule --debug test --destroy never -s ${{ matrix.collection_role }} -- -v
continue-on-error: true

- name: Ensure instances are destroyed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/win_falcon_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
command: >-
molecule --version &&
ansible --version &&
molecule --debug test --destroy never -s ${{ matrix.collection_role }} -- -v"
molecule --debug test --destroy never -s ${{ matrix.collection_role }} -- -v
continue-on-error: true

- name: Ensure instances are destroyed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/win_falcon_uninstall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
command: >-
molecule --version &&
ansible --version &&
molecule --debug test --destroy never -s ${{ matrix.collection_role }} -- -v"
molecule --debug test --destroy never -s ${{ matrix.collection_role }} -- -v
continue-on-error: true

- name: Ensure instances are destroyed
Expand Down

0 comments on commit 000b487

Please sign in to comment.