mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix bad rebase
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
c43cfb5c48
commit
6b679d2b12
@ -1,6 +1,7 @@
|
||||
import { exec } from "child_process";
|
||||
import { AppConstructorOptions, Application } from "spectron";
|
||||
import * as util from "util";
|
||||
import { exec } from "child_process";
|
||||
|
||||
import { isCI } from "../../src/common/vars";
|
||||
|
||||
const AppPaths: Partial<Record<NodeJS.Platform, string>> = {
|
||||
@ -59,8 +60,6 @@ export function setup(): Application {
|
||||
env: {
|
||||
CICD: "true",
|
||||
},
|
||||
chromeDriverLogPath: "./logs/chromeDriver",
|
||||
webdriverLogPath: "./logs/webdriver",
|
||||
};
|
||||
|
||||
if (!isCI) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user