Skip to content

Commit 1acd348

Browse files
authored
docs: add info for firefox root workaround in tests workflow
1 parent deb01f2 commit 1acd348

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ jobs:
263263
264264
- name: Run all tests
265265
env:
266+
# Required to get firefox to run as root:
266267
HOME: ""
267268
run: |
268269
echo "Installing dependencies..."

.github/workflows/ci-run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ jobs:
154154
155155
- name: Run all tests
156156
env:
157+
# Required to get firefox to run as root:
157158
HOME: ""
158159
run: |
159160
echo "Installing dependencies..."

0 commit comments

Comments
 (0)