docs: add info for firefox root workaround in tests workflow
This commit is contained in:
parent
deb01f2d83
commit
1acd348767
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -263,6 +263,7 @@ jobs:
|
|||
|
||||
- name: Run all tests
|
||||
env:
|
||||
# Required to get firefox to run as root:
|
||||
HOME: ""
|
||||
run: |
|
||||
echo "Installing dependencies..."
|
||||
|
|
1
.github/workflows/ci-run-tests.yml
vendored
1
.github/workflows/ci-run-tests.yml
vendored
|
@ -154,6 +154,7 @@ jobs:
|
|||
|
||||
- name: Run all tests
|
||||
env:
|
||||
# Required to get firefox to run as root:
|
||||
HOME: ""
|
||||
run: |
|
||||
echo "Installing dependencies..."
|
||||
|
|
Loading…
Reference in a new issue