mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2026-04-10 21:01:19 +02:00
Bump molecule action version
This commit is contained in:
parent
24e86f9b33
commit
c2a57f22cf
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.5.1
|
||||
uses: robertdebock/molecule-action@2.6.0
|
||||
with:
|
||||
command: lint
|
||||
test:
|
||||
|
|
@ -53,7 +53,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.5.1
|
||||
uses: robertdebock/molecule-action@2.6.0
|
||||
with:
|
||||
image: ${{ matrix.config.image }}
|
||||
tag: ${{ matrix.config.tag }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue