diff --git a/.github/workflows/podcast-web.yml b/.github/workflows/podcast-web.yml index b146867..3c9b585 100644 --- a/.github/workflows/podcast-web.yml +++ b/.github/workflows/podcast-web.yml @@ -141,7 +141,8 @@ jobs: run: npm ci - name: Run Playwright tests - run: npx playwright test + run: | + HOME=/root npx playwright test - name: Create test summary uses: test-summary/action@dist