Skip to content

Commit

Permalink
add HOME env for playwright test
Browse files Browse the repository at this point in the history
  • Loading branch information
younes200 committed Nov 9, 2023
1 parent 1b5ea1c commit 2aeee9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ jobs:
- name: Run Playwright tests
# with workground https://github.com/microsoft/playwright/issues/6500
run: HOME=/root npx playwright test
run: npx playwright test
env:
HOME: /root

- uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit 2aeee9a

Please sign in to comment.