mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2025-09-07 18:11:07 +02:00
New version of GitHub Action and a new container for GitLab.
This commit is contained in:
parent
5a7385c84d
commit
04777093a3
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@4.0.6
|
||||
uses: robertdebock/molecule-action@4.0.7
|
||||
with:
|
||||
command: lint
|
||||
test:
|
||||
|
@ -63,7 +63,7 @@ jobs:
|
|||
- name: parse apparmor for mysql
|
||||
run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
|
||||
- name: molecule
|
||||
uses: robertdebock/molecule-action@4.0.6
|
||||
uses: robertdebock/molecule-action@4.0.7
|
||||
with:
|
||||
image: ${{ matrix.config.image }}
|
||||
tag: ${{ matrix.config.tag }}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
image: "robertdebock/github-action-molecule:4.0.5"
|
||||
image: "robertdebock/github-action-molecule:4.0.6"
|
||||
|
||||
services:
|
||||
- docker:dind
|
||||
|
|
Loading…
Reference in a new issue