From 265e519e118061b8c6aec9e3d67c5ce546f51689 Mon Sep 17 00:00:00 2001 From: Logan Volkers Date: Mon, 13 May 2024 19:04:39 +0000 Subject: [PATCH] Fix github actions --- .github/workflows/build-test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 43e578d8..851ba866 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -36,3 +36,6 @@ jobs: - name: Test (via Turbo) run: npm test + env: + # For Playwright -- Firefox is unable to launch if the $HOME folder isn't owned by the current user. + HOME: /root