Skip to content

Commit

Permalink
no zygote
Browse files Browse the repository at this point in the history
  • Loading branch information
elsirion committed Nov 13, 2024
1 parent 16dd670 commit 6a44c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
# Install dependencies
pnpm install
export PLAYWRIGHT_CHROMIUM_ARGS="--no-gpu --no-sandbox --disable-setuid-sandbox --headless --disable-gpu --disable-software-rasterizer --disable-power-sandbox --disable-features=PowerMonitoring"
export PLAYWRIGHT_CHROMIUM_ARGS="--no-gpu --no-zygote --no-sandbox --disable-setuid-sandbox --headless --disable-gpu --disable-software-rasterizer --disable-power-sandbox --disable-features=PowerMonitoring"
# Run Tests
DEBUG="pw:browser*" pnpm test
Expand Down

0 comments on commit 6a44c5d

Please sign in to comment.