- name: Disable apparmor for mysqld
run: |
sudo apt-get install apparmor-utils
sudo aa-disable /usr/sbin/mysqld
- name: Disable apparmor for mysqld
run: |
sudo apt-get install apparmor-utils
sudo aa-disable /usr/sbin/mysqld
- name: Run kitchen test ${{ matrix.suite }}-${{ matrix.os }}
run: bundle exec kitchen test ${{ matrix.suite }}-${{ matrix.os }}
- name: Run kitchen test ${{ matrix.suite }}-${{ matrix.os }}
run: bundle exec kitchen test ${{ matrix.suite }}-${{ matrix.os }}