From 1238e3b8589faf17f959fdb7f52a3fc7d04a4cc1 Mon Sep 17 00:00:00 2001 From: Marc Dumais Date: Fri, 17 Feb 2023 13:12:17 -0500 Subject: [PATCH] wip workflow Signed-off-by: Marc Dumais --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index e6e1ff3a17c76..2130e4f4f7126 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -106,7 +106,7 @@ jobs: - name: Test (browser) if: matrix.tests != 'skip' && runner.os == 'Linux' run: | - yarn browser test + xvfb-run -a yarn browser test - name: Test (electron) if: matrix.tests != 'skip' && runner.os == 'Linux'