Use molecule action 2.0.1 and rename.

This commit is contained in:
Robert de Bock 2020-04-20 15:59:18 +02:00
parent a8200b8f62
commit 881dc2e5c9
2 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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 %}