Skip to content

Commit 7be4865

Browse files
committed
ci/test/ui-tests.sh: Add CODETRACER_ELECTRON_ARGS=--no-sandbox to make Github runner work
Signed-off-by: Tzanko Matev <[email protected]>
1 parent 4b64c73 commit 7be4865

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/test/ui-tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,13 @@ CODETRACER_E2E_CT_PATH="$(pwd)/src/build/bin/ct"
2727
LINKS_PATH_DIR="$(pwd)/src/build"
2828
NIX_CODETRACER_EXE_DIR="$(pwd)/src/build"
2929
CODETRACER_LINKS_PATH="$(pwd)/src/build"
30+
CODETRACER_ELECTRON_ARGS="--no-sandbox"
3031

3132
export CODETRACER_E2E_CT_PATH
3233
export LINKS_PATH_DIR
3334
export NIX_CODETRACER_EXE_DIR
3435
export CODETRACER_LINKS_PATH
36+
export CODETRACER_ELECTRON_ARGS
3537

3638
pushd ui-tests
3739
nix develop --command ./ci.sh

0 commit comments

Comments
 (0)