Skip to content

Commit 79f1d9f

Browse files
committed
Switch to newer gh action
1 parent 92e26e9 commit 79f1d9f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/ansible-ci.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@ jobs:
2222
with:
2323
path: "${{ github.repository }}"
2424
- name: molecule
25-
uses: robertdebock/molecule-action@6.0.1
25+
uses: gofrolist/molecule-action@v2
2626
with:
27-
image: ${{ matrix.image }}
28-
options: parallel
29-
scenario: default
27+
molecule_options: --debug --base-config molecule/_shared/base.yml
28+
molecule_command: test
29+
molecule_args: --scenario-name default
30+
env:
31+
ANSIBLE_FORCE_COLOR: '1'
32+
IMAGE: ${{ matrix.image }}
33+
TAG: latest

0 commit comments

Comments
 (0)