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