Skip to content

Commit d01a158

Browse files
Molecule fix
Former-commit-id: 2c1b951
1 parent 924f0ea commit d01a158

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: molecule
3636
uses: robertdebock/[email protected]
3737
with:
38-
entrypoint: /usr/local/bin/molecule converge
39-
args: "-- --tags uninstall"
38+
entrypoint: /usr/local/bin/molecule
39+
args: "converge -- --tags uninstall"
4040
env:
4141
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)