Disable AppArmor for MySQL.
This commit is contained in:
parent
1f818e60ec
commit
32b5283148
|
|
@ -111,6 +111,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: {% raw %}"${{ github.repository }}"{% endraw %}
|
path: {% raw %}"${{ github.repository }}"{% endraw %}
|
||||||
|
|
||||||
|
- name: disable apparmor for mysql
|
||||||
|
run: sudo ln -s /etc/apparmor.d/usr.sbin.mysqld /etc/apparmor.d/disable/
|
||||||
|
- name: parse apparmor for mysql
|
||||||
|
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.1.3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue