Skip to content

Commit

Permalink
what happend?
Browse files Browse the repository at this point in the history
  • Loading branch information
on-keyday committed Jan 18, 2025
1 parent 4b134c4 commit 84b5338
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/puppeteer-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@ jobs:
| # see https://github.com/puppeteer/puppeteer/blob/38582e22822674138efa0d3dbe10a22bc0a33cad/docker/Dockerfile#L12
sudo apt-get update
sudo apt-get install -yq fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-khmeros fonts-kacst fonts-freefont-ttf dbus dbus-x11

- name: Test
run: |
run:
| # see https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md
echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
cd ./web/public
npx http-server -p 8080 &
cd ../dev
Expand Down

0 comments on commit 84b5338

Please sign in to comment.