Skip to content

Commit f6981b8

Browse files
committed
fix(CI): Electron disable-gpu command line argument for GitHub Actions
1 parent 9377861 commit f6981b8

File tree

1 file changed

+1
-1
lines changed
  • packages/ace-axe-runner-electron/src

1 file changed

+1
-1
lines changed

packages/ace-axe-runner-electron/src/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const protocol = electron.protocol;
2121
// --in-process-gpu ?
2222
// app.commandLine.appendSwitch("in-process-gpu");
2323
// ------------------------------------ see patchElectronJestRunner4
24-
// app.commandLine.appendSwitch("disable-gpu");
24+
app.commandLine.appendSwitch("disable-gpu");
2525
// app.disableHardwareAcceleration();
2626
// app.commandLine.appendSwitch("disable-software-rasterizer");
2727

0 commit comments

Comments
 (0)