Skip to content

Commit

Permalink
chore: fixed lightouse check on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredx87 committed Jan 9, 2025
1 parent f998ad7 commit 7cc8b69
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 7cc8b69

Please sign in to comment.