We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b64c73 commit 7be4865Copy full SHA for 7be4865
ci/test/ui-tests.sh
@@ -27,11 +27,13 @@ CODETRACER_E2E_CT_PATH="$(pwd)/src/build/bin/ct"
27
LINKS_PATH_DIR="$(pwd)/src/build"
28
NIX_CODETRACER_EXE_DIR="$(pwd)/src/build"
29
CODETRACER_LINKS_PATH="$(pwd)/src/build"
30
+CODETRACER_ELECTRON_ARGS="--no-sandbox"
31
32
export CODETRACER_E2E_CT_PATH
33
export LINKS_PATH_DIR
34
export NIX_CODETRACER_EXE_DIR
35
export CODETRACER_LINKS_PATH
36
+export CODETRACER_ELECTRON_ARGS
37
38
pushd ui-tests
39
nix develop --command ./ci.sh
0 commit comments