diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 626db2e82c..bebc165fd4 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -26,7 +26,7 @@ jobs: useRollingCache: true - name: Run Playwright tests - run: yarn playwright test + run: HOME=/root yarn playwright test - uses: actions/upload-artifact@v3 if: always()