From 136746b7986a07a7229d6d2f74792b0933a3da1c Mon Sep 17 00:00:00 2001 From: Brian Ingles Date: Thu, 18 Jul 2024 09:55:08 -0500 Subject: [PATCH] Trying xvfb-run (#29) --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index f8519b0f..50849e06 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -21,7 +21,7 @@ jobs: node-version: '20.x' - run: npm ci - name: Run tests - run: npm run test:e2e + run: xvfb-run run test:e2e # # XVFB is used to provide virtual display: # # https://github.com/coactions/setup-xvfb # uses: coactions/setup-xvfb@v1