Also build PRs.
This commit is contained in:
parent
c60209735a
commit
0f03392d63
|
|
@ -7,6 +7,7 @@ on:
|
|||
push:
|
||||
tags_ignore:
|
||||
- '*'
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '{{ 59 | random }} {{ 23 | random }} {{ letter_day_mapping[role_name[:1]] }} * *'
|
||||
|
||||
|
|
@ -17,7 +18,7 @@ jobs:
|
|||
- name: checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: molecule
|
||||
uses: robertdebock/molecule-action@1.1.3
|
||||
uses: robertdebock/molecule-action@1.2.1
|
||||
with:
|
||||
entrypoint: /usr/local/bin/molecule
|
||||
args: lint
|
||||
|
|
@ -48,7 +49,7 @@ jobs:
|
|||
- name: parse apparmor for mysql
|
||||
run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
|
||||
- name: molecule
|
||||
uses: robertdebock/molecule-action@1.1.3
|
||||
uses: robertdebock/molecule-action@1.2.1
|
||||
with:
|
||||
image: {% raw %}${{ matrix.config.image }}{% endraw %}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue