Skip to content

Commit 6257790

Browse files
Molecule fix
Former-commit-id: ba6edfb
1 parent dc8677e commit 6257790

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: robertdebock/[email protected]
3737
with:
38-
entrypoint: "/usr/local/bin/molecule converge -- --tags uninstall"
38+
entrypoint: "/usr/local/bin/molecule converge"
39+
args: "-- --tags uninstall"
3940
env:
4041
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)