Skip to content

Commit 57ce342

Browse files
Test
Former-commit-id: 6eb82c7
1 parent 3cf08ec commit 57ce342

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@ jobs:
1818
with:
1919
path: "${{ github.repository }}"
2020
- name: molecule
21-
uses: robertdebock/[email protected]
22-
# env:
23-
# PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
21+
uses: monolithprojects/action-molecule@master
22+
with:
23+
molecule_command: converge
24+
converge_tags: uninstall
25+
env:
26+
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
2427
# uninstall:
2528
# needs:
2629
# - test

0 commit comments

Comments
 (0)