Skip to content

Commit

Permalink
This version of molecule-action does not give a warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed May 20, 2020
1 parent acd2366 commit 0e40eff
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
with:
path: "${{ github.repository }}"
- name: molecule
uses: robertdebock/molecule-action@2.2.0
uses: robertdebock/molecule-action@2.3.4
with:
entrypoint: /usr/local/bin/molecule
args: lint
command: lint
test:
needs:
- lint
Expand Down Expand Up @@ -66,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.2.0
uses: robertdebock/molecule-action@2.3.4
with:
image: ${{ matrix.config.image }}
tag: ${{ matrix.config.tag }}
Expand Down

0 comments on commit 0e40eff

Please sign in to comment.