Skip to content

Commit

Permalink
Attempt to fix firefox in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Holford committed Jan 2, 2023
1 parent 62ea1c5 commit 511ab78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
- name: Ensure browsers are installed
run: python -m playwright install --with-deps
- name: Run your tests
run: python -m pytest tests ${{ matrix.browser-platform }} --numprocesses auto
run: HOME=/root python -m pytest tests ${{ matrix.browser-platform }} --numprocesses auto

0 comments on commit 511ab78

Please sign in to comment.