Skip to content

Commit

Permalink
Merge branch 'master' into service-catalog-eap
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredx87 committed Jan 9, 2025
2 parents 20c2e7a + a71a3ac commit 2f5568c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
uses: zendesk/setup-node@v3
with:
node-version-file: '.nvmrc'
# The following step is needed to run puppeteer with ubuntu >= 23.10
# ref: https://pptr.dev/troubleshooting#issues-with-apparmor-on-ubuntu
- name: Disable AppArmor
run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
- name: Install node_modules
run: yarn install --frozen-lockfile
- name: Build
Expand Down

0 comments on commit 2f5568c

Please sign in to comment.