Skip to content

Commit f17de2a

Browse files
committed
Add inline context about the new step.
1 parent 25b6faa commit f17de2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/reusable-javascript-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
- name: Install npm Dependencies
5151
run: npm ci
5252

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+
#
5356
# See https://issues.chromium.org/issues/373753919
5457
# and https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md
5558
- name: Disable AppArmor

0 commit comments

Comments
 (0)