From 1a77c920a439d095709075e03a4bcc73abde3a78 Mon Sep 17 00:00:00 2001 From: thal0x Date: Fri, 22 Sep 2023 08:24:26 -0500 Subject: [PATCH] test without fixtures --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 546b15fc..55b18756 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,7 +37,7 @@ jobs: - name: Install Playwright Browsers run: npx playwright install --with-deps - name: Run Playwright tests - run: npm run test:e2e + run: xvfb-run --auto-servernum --server-args='-screen 0, 1920x1080x24' npm run test:e2e - uses: actions/upload-artifact@v3 if: always() with: