mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-09-01 16:27:07 +00:00
Remove chromiumSandbox for Actions
This commit is contained in:
+1
-1
@@ -133,7 +133,7 @@ export default defineConfig({
|
|||||||
provider: playwright({
|
provider: playwright({
|
||||||
launchOptions: {
|
launchOptions: {
|
||||||
args: ["--js-flags=--expose-gc"],
|
args: ["--js-flags=--expose-gc"],
|
||||||
chromiumSandbox: true,
|
// chromiumSandbox: true,
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
enabled: true,
|
enabled: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user