Skip to content

Commit

Permalink
Fix firefox crash
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardHelm committed Mar 8, 2024
1 parent 2eec36a commit 7a25711
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/_visual-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
key: ${{ runner.os }}-dist-${{ hashFiles('libs/**/*.*') }}

- run: scripts/visual-tests/run.tests.sh
env:
# Fix Firefox crash in GitHub Actions
# Details: https://github.com/microsoft/playwright/issues/6500#issuecomment-838515115
HOME: /root

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

0 comments on commit 7a25711

Please sign in to comment.