Skip to content

Commit 955f5fc

Browse files
authored
Merge pull request #9073 from continuedev/nate/add-puppeteer-chromium-path
Add Puppeteer executable path environment variable to runloop blueprint
2 parents 56ca6c5 + 4905bd5 commit 955f5fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/runloop-blueprint-template.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"launch_parameters": {
2121
"launch_commands": [
2222
"export DISPLAY=:99",
23+
"export PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium",
2324
"nohup Xvfb :99 -screen 0 1920x1080x24 > /tmp/xvfb.log 2>&1 &",
2425
"sleep 2",
2526
"sudo mkdir -p /home/user",

0 commit comments

Comments
 (0)