Make mroe consumable.
This commit is contained in:
parent
d7f82e1028
commit
9ea1123018
|
|
@ -19,3 +19,6 @@ author: Robert de Bock (robert@meinit.nl)
|
|||
|
||||
# The full URL to your website.
|
||||
author_website: "https://robertdebock.nl/"
|
||||
|
||||
# The molecule action to use.
|
||||
molecule_action: "robertdebock/molecule-action@6.0.0"
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
- name: parse apparmor for mysql
|
||||
run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
|
||||
- name: molecule
|
||||
uses: robertdebock/molecule-action@6.0.0
|
||||
uses: robertdebock/molecule-action@{{ molecule_action }}
|
||||
with:
|
||||
image: {% raw %}${{ matrix.config.image }}{% endraw %}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue