From f5e7e18fa4b9dbdcdd52634f20b925333dad7665 Mon Sep 17 00:00:00 2001 From: Iisyourdad Date: Thu, 11 Jun 2026 09:07:58 -0500 Subject: [PATCH] Hopefully make tests work --- .gitea/workflows/tests.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/tests.yaml b/.gitea/workflows/tests.yaml index 14d6866..eea9abf 100644 --- a/.gitea/workflows/tests.yaml +++ b/.gitea/workflows/tests.yaml @@ -40,4 +40,7 @@ jobs: run: npm ci - name: Run template tests + env: + ELECTRON_ENABLE_LOGGING: "1" + ELECTRON_DISABLE_SANDBOX: "1" run: xvfb-run -a bash tests/run_test.sh \ No newline at end of file