Skip to content

Commit 4905bd5

Browse files
committed
Add Puppeteer executable path environment variable to runloop blueprint
1 parent 932681b commit 4905bd5

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)