Skip to content

Commit

Permalink
add workaround for firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Nov 14, 2023
1 parent 2e7ed87 commit 5c675ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
run: pnpm run build
shell: sh
- name: Run Tests
run: pnpm run test
# https://github.com/microsoft/playwright/issues/6500
run: HOME=/root pnpm run test
shell: sh
- uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit 5c675ae

Please sign in to comment.