From 51fd412ed113642d7ad871083ea72dd74065fee8 Mon Sep 17 00:00:00 2001 From: Luis Blanco Date: Fri, 6 Oct 2023 22:49:28 +0400 Subject: [PATCH] Fix test action --- .github/workflows/test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2249990..ac507e1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,4 +33,7 @@ jobs: run: npm ci - name: Run Unit Tests - run: npm run test-ci + if: matrix.os == 'ubuntu-20.04' + uses: coactions/setup-xvfb@v1 + with: + run: npm run test-ci