Disable workspace trust for CLI integration tests
This commit is contained in:
@@ -24,6 +24,7 @@ const config = {
|
||||
"github.codespaces",
|
||||
"--disable-extension",
|
||||
"github.copilot",
|
||||
"--disable-workspace-trust", // Disable trust because we copy our workspace to a temp directory
|
||||
tmpDataDir,
|
||||
path.resolve(rootDir, "test/data-extensions"), // folder containing the extension packs and packs that are targeted by the extension pack
|
||||
// CLI integration tests requires a multi-root workspace so that the data and the QL sources are accessible.
|
||||
|
||||
Reference in New Issue
Block a user