run as root for firefox bug workaround
parent
cb510fd5d9
commit
f87f6eded8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue