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
|
dest: molecule/default/molecule.yml
|
||||||
- source: README.md
|
- source: README.md
|
||||||
- source: CONTRIBUTING.md
|
- source: CONTRIBUTING.md
|
||||||
- source: ansible.yml
|
- source: molecule-action.yml
|
||||||
dest: .github/workflows/ansible.yml
|
dest: .github/workflows/molecule.yml
|
||||||
- source: galaxy.yml
|
- source: galaxy.yml
|
||||||
dest: .github/workflows/galaxy.yml
|
dest: .github/workflows/galaxy.yml
|
||||||
loop_control:
|
loop_control:
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: molecule
|
- name: molecule
|
||||||
uses: robertdebock/molecule-action@2.0.0
|
uses: robertdebock/molecule-action@2.0.1
|
||||||
with:
|
with:
|
||||||
entrypoint: /usr/local/bin/molecule
|
entrypoint: /usr/local/bin/molecule
|
||||||
args: lint
|
args: lint
|
||||||
|
|
@ -49,7 +49,7 @@ jobs:
|
||||||
- name: parse apparmor for mysql
|
- name: parse apparmor for mysql
|
||||||
run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
|
run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
|
||||||
- name: molecule
|
- name: molecule
|
||||||
uses: robertdebock/molecule-action@2.0.0
|
uses: robertdebock/molecule-action@2.0.1
|
||||||
with:
|
with:
|
||||||
image: {% raw %}${{ matrix.config.image }}{% endraw %}
|
image: {% raw %}${{ matrix.config.image }}{% endraw %}
|
||||||
|
|
||||||
Loading…
Reference in New Issue