Use molecule action 2.0.1 and rename.
This commit is contained in:
parent
a8200b8f62
commit
881dc2e5c9
|
|
@ -170,8 +170,8 @@
|
|||
dest: molecule/default/molecule.yml
|
||||
- source: README.md
|
||||
- source: CONTRIBUTING.md
|
||||
- source: ansible.yml
|
||||
dest: .github/workflows/ansible.yml
|
||||
- source: molecule-action.yml
|
||||
dest: .github/workflows/molecule.yml
|
||||
- source: galaxy.yml
|
||||
dest: .github/workflows/galaxy.yml
|
||||
loop_control:
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
- name: checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: molecule
|
||||
uses: robertdebock/molecule-action@2.0.0
|
||||
uses: robertdebock/molecule-action@2.0.1
|
||||
with:
|
||||
entrypoint: /usr/local/bin/molecule
|
||||
args: lint
|
||||
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
- name: parse apparmor for mysql
|
||||
run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
|
||||
- name: molecule
|
||||
uses: robertdebock/molecule-action@2.0.0
|
||||
uses: robertdebock/molecule-action@2.0.1
|
||||
with:
|
||||
image: {% raw %}${{ matrix.config.image }}{% endraw %}
|
||||
|
||||
Loading…
Reference in New Issue