We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b6faa commit f17de2aCopy full SHA for f17de2a
.github/workflows/reusable-javascript-tests.yml
@@ -50,6 +50,9 @@ jobs:
50
- name: Install npm Dependencies
51
run: npm ci
52
53
+ # Older branches using outdated versions of Puppeteer fail on newer versions of the `ubuntu-24` image.
54
+ # This disables AppArmor in order to work around those failures.
55
+ #
56
# See https://issues.chromium.org/issues/373753919
57
# and https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md
58
- name: Disable AppArmor
0 commit comments