Skip to content

Commit

Permalink
Switch to Molecule action 2.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Apr 20, 2020
1 parent f3e7691 commit d75ca6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- '*'
pull_request:
schedule:
- cron: '53 1 8 * *'
- cron: '0 12 8 * *'

jobs:
lint:
Expand All @@ -20,7 +20,7 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: molecule
uses: robertdebock/[email protected].0
uses: robertdebock/[email protected].1
with:
entrypoint: /usr/local/bin/molecule
args: lint
Expand All @@ -34,6 +34,8 @@ jobs:
config:
- image: "debian"
tag: "latest"
- image: "debian"
tag: "bullseye"
- image: "centos"
tag: "7"
- image: "centos"
Expand All @@ -58,7 +60,7 @@ jobs:
- name: parse apparmor for mysql
run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
- name: molecule
uses: robertdebock/[email protected].0
uses: robertdebock/[email protected].1
with:
image: ${{ matrix.config.image }}
tag: ${{ matrix.config.tag }}
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ env:
namespace="robertdebock"
matrix:
- image="debian" tag="latest"
- image="debian" tag="bullseye"
- image="centos" tag="7"
- image="centos" tag="latest"
- image="fedora" tag="30"
Expand Down

0 comments on commit d75ca6d

Please sign in to comment.