We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41f2606 + f056bdf commit 383fb88Copy full SHA for 383fb88
index.js
@@ -20,7 +20,7 @@ async function main() {
20
}
21
22
async function runCommandWithXvfb(command, directory, options) {
23
- await exec.exec("sudo apt-get install xvfb");
+ await exec.exec("sudo apt-get install -y xvfb");
24
const optionsArgument = options ? `-s "${options}"` : '';
25
command = `xvfb-run --auto-servernum ${optionsArgument} ${command}`;
26
0 commit comments