Skip to content

Commit ae9f460

Browse files
Molecule fix
Former-commit-id: 1b2745c
1 parent a9690f7 commit ae9f460

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uninstall:
2525
# needs:
2626
# - test
27-
runs-on: ubuntu-latest
27+
runs-on: znerolmolecule/molecule-prebuilt:centos
2828
strategy:
2929
fail-fast: false
3030
steps:
@@ -33,9 +33,6 @@ jobs:
3333
with:
3434
path: "${{ github.repository }}"
3535
- name: molecule
36-
uses: gofrolist/molecule-action@master
37-
with:
38-
molecule_command: converge
39-
molecule_args: [ -- --tags uninstall ]
36+
run: molecule converge -- --tags uninstall
4037
env:
4138
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)