From ad7159fd1866e60ed483ab02e4b1aada9b4113e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Bj=C3=A4reholt?= Date: Tue, 14 Nov 2023 10:21:55 +0100 Subject: [PATCH] ci: another attempt at fixing e2e testing --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b29e190..457cc77 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,8 @@ jobs: - name: Build run: npm run build - name: Run e2e tests - run: npx playwright test + # needs HOME=/root set due to https://github.com/microsoft/playwright/issues/6500#issuecomment-838515115 + run: env HOME=/root npx playwright test lint: runs-on: ubuntu-latest