mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2026-04-10 12:41:49 +02:00
Update molecule action to use newer version of Ansible and Molecule.
This commit is contained in:
parent
e313e7fa52
commit
96d4383702
4
.github/workflows/molecule.yml
vendored
4
.github/workflows/molecule.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
with:
|
||||
path: "${{ github.repository }}"
|
||||
- name: molecule
|
||||
uses: robertdebock/molecule-action@2.6.3
|
||||
uses: robertdebock/molecule-action@2.6.6
|
||||
with:
|
||||
command: lint
|
||||
test:
|
||||
|
|
@ -67,7 +67,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.6.3
|
||||
uses: robertdebock/molecule-action@2.6.6
|
||||
with:
|
||||
image: ${{ matrix.config.image }}
|
||||
tag: ${{ matrix.config.tag }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue