You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add CODETRACER_ELECTRON_ARGS parsinge for electron launcher
This is needed for the ui tests to run in Github. We need to pass the
`--no-sandbox` argument to electron. In the previous version of the code
the code path used to start electron was not doing that.
ci/test/ui-tests.sh: Add CODETRACER_ELECTRON_ARGS=--no-sandbox
Signed-off-by: Tzanko Matev <[email protected]>
0 commit comments