diff --git a/.github/workflows/test_pnpm.yml b/.github/workflows/test_pnpm.yml index a1a9793..1acf8c7 100644 --- a/.github/workflows/test_pnpm.yml +++ b/.github/workflows/test_pnpm.yml @@ -45,5 +45,10 @@ jobs: run: pnpm install - name: Test Frontend + env: + # Adding HOME=/root is necessary for checks that $HOME, $XDG_RUNTIME_DIR + # and $XAUTHORITY are owned by the current user (in GH Workflows + Playwright) + HOME: /root + CI: true working-directory: ${{inputs.working_dir}} run: pnpm run ${{inputs.run_command}}