Skip to content

Commit

Permalink
fix: add workaround for playwright firefox in ci environments
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Apr 10, 2024
1 parent a32c252 commit 0cd4d43
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test_pnpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

0 comments on commit 0cd4d43

Please sign in to comment.