run as root for firefox bug workaround

pull/153/head
Marcus Felling 2022-09-14 11:38:53 -05:00
parent cb510fd5d9
commit f87f6eded8
1 changed files with 2 additions and 1 deletions

View File

@ -141,7 +141,8 @@ jobs:
run: npm ci
- name: Run Playwright tests
run: npx playwright test
run: |
HOME=/root npx playwright test
- name: Create test summary
uses: test-summary/action@dist