Skip to content

Commit 493e82e

Browse files
authored
Merge pull request #72 from saz/v3
disable apparmor for beaker acceptance test
2 parents 2e6c795 + 99b3b13 commit 493e82e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/beaker.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,11 @@ jobs:
162162
name: "${{ matrix.name }}"
163163
steps:
164164
- uses: actions/checkout@v4
165+
- name: disable apparmor
166+
run: |
167+
# https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2093797
168+
sudo aa-teardown || true
169+
sudo systemctl disable --now apparmor.service
165170
- name: install additional packages
166171
if: ${{ inputs.additional_packages != '' }}
167172
run: |

0 commit comments

Comments
 (0)