Skip to content

Commit 0fa64f3

Browse files
committed
CI update
1 parent 0bb75fa commit 0fa64f3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,6 @@ jobs:
5959
- name: Install test dependencies.
6060
run: pip3 install ansible molecule molecule-plugins[docker] docker
6161

62-
- name: Disable AppArmor on Debian.
63-
run: |
64-
set -x
65-
sudo apt-get install apparmor-profiles
66-
sudo ln -s /etc/apparmor.d/usr.sbin.mysqld /etc/apparmor.d/disable/
67-
sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
68-
if: ${{ startsWith(matrix.distrib, 'debian') }}
69-
7062
- name: Run Molecule tests.
7163
run: molecule test
7264
env:

0 commit comments

Comments
 (0)