Skip to content

Commit

Permalink
Remove old mysql stuff, run on a more recent version of Ubuntu.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Dec 4, 2023
1 parent 19afb76 commit 2d02b87
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
test:
needs:
- lint
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -56,10 +56,6 @@ jobs:
uses: actions/checkout@v3
with:
path: "${{ github.repository }}"
- 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
uses: robertdebock/[email protected]
with:
Expand Down

0 comments on commit 2d02b87

Please sign in to comment.