Skip to content

Commit

Permalink
Fix Reporter action
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuckyz committed Jan 12, 2025
1 parent 3243120 commit a532576
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/generateReport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ const CANARY = process.env.USE_CANARY === "true";

const browser = await pup.launch({
headless: true,
executablePath: process.env.CHROMIUM_BIN
executablePath: process.env.CHROMIUM_BIN,
args: ["--no-sandbox"]
});

const page = await browser.newPage();
Expand Down

0 comments on commit a532576

Please sign in to comment.