Skip to content

Commit 9a850da

Browse files
Molecule fix
Former-commit-id: d4e2d26
1 parent aa85753 commit 9a850da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- name: molecule
3636
uses: gofrolist/molecule-action@master
3737
with:
38-
molecule_command: "converge -- --tags uninstall"
38+
molecule_options: -- --tags uninstall
39+
molecule_command: converge
3940
env:
4041
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)