Skip to content

Commit

Permalink
Fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
loganvolkers committed May 13, 2024
1 parent 3ae7070 commit 265e519
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ jobs:

- name: Test (via Turbo)
run: npm test
env:
# For Playwright -- Firefox is unable to launch if the $HOME folder isn't owned by the current user.
HOME: /root

0 comments on commit 265e519

Please sign in to comment.