mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2026-05-21 11:58:46 +02:00
This version of molecule-action does not give a warning.
This commit is contained in:
parent
5b4133ff46
commit
4b512cfb38
11
.github/workflows/molecule.yml
vendored
11
.github/workflows/molecule.yml
vendored
|
|
@ -19,11 +19,12 @@ jobs:
|
|||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: molecule
|
||||
uses: robertdebock/molecule-action@2.2.0
|
||||
with:
|
||||
entrypoint: /usr/local/bin/molecule
|
||||
args: lint
|
||||
path: "${{ github.repository }}"
|
||||
- name: molecule
|
||||
uses: robertdebock/molecule-action@2.3.4
|
||||
with:
|
||||
command: lint
|
||||
test:
|
||||
needs:
|
||||
- lint
|
||||
|
|
@ -64,7 +65,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.2.0
|
||||
uses: robertdebock/molecule-action@2.3.4
|
||||
with:
|
||||
image: ${{ matrix.config.image }}
|
||||
tag: ${{ matrix.config.tag }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue