Skip to content

Commit

Permalink
Add inline context about the new step.
Browse files Browse the repository at this point in the history
  • Loading branch information
desrosj committed Jan 16, 2025
1 parent 25b6faa commit f17de2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/reusable-javascript-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
- name: Install npm Dependencies
run: npm ci

# Older branches using outdated versions of Puppeteer fail on newer versions of the `ubuntu-24` image.
# This disables AppArmor in order to work around those failures.
#
# See https://issues.chromium.org/issues/373753919
# and https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md
- name: Disable AppArmor
Expand Down

0 comments on commit f17de2a

Please sign in to comment.