From 291e7a7122337cff71c90f80a410e9d8b9b54364 Mon Sep 17 00:00:00 2001 From: Vanilagy <1696106+Vanilagy@users.noreply.github.com> Date: Thu, 25 Sep 2025 15:20:48 +0200 Subject: [PATCH] Fix test runner in release script --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1cb0d11..bc40201 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: run: npm ci - name: Run tests - run: npm run test + run: xvfb-run npm test - name: Run build run: npm run build