We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb292a commit 92a1779Copy full SHA for 92a1779
render/action.yml
@@ -20,7 +20,7 @@ runs:
20
if: ${{ runner.os == 'Linux' }}
21
run: |
22
echo $(which chromium-browser)
23
- $(which chromium-browser) --headless https://www.chromestatus.com
+ $(which chromium-browser) --headless --no-sandbox --disable-gpu --renderer-process-limit=1 https://www.chromestatus.com
24
shell: bash
25
- name: 'Render'
26
env:
0 commit comments