Skip to content

Commit bd8a4b4

Browse files
committed
Fix $HOME permissions to make Firefox happy
Without this, FF refuses to start, because we're running as root but in a $HOME owned by somebody else.
1 parent 53acbf9 commit bd8a4b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
apt-get update
3131
apt-get install p7zip-full xterm
3232
cp test/chrome-docker-wrapper.sh /usr/local/bin/google-chrome
33+
34+
# Fix $HOME perms to make Firefox happy
35+
chown $(whoami) $HOME
3336
- run: npm run build
3437
- run: xvfb-run npm run test
3538
- run: xvfb-run npm run test:release

0 commit comments

Comments
 (0)