ci: set XDG_RUNTIME_DIR
This commit is contained in:
parent
ba3e6072d4
commit
f906e3187f
1
.github/workflows/e2e.yml
vendored
1
.github/workflows/e2e.yml
vendored
@ -111,6 +111,7 @@ jobs:
|
|||||||
echo 'Type=oneshot' >> test.service
|
echo 'Type=oneshot' >> test.service
|
||||||
echo 'WorkingDirectory=/home/user' >> test.service
|
echo 'WorkingDirectory=/home/user' >> test.service
|
||||||
echo 'TimeoutStopSec=1' >> test.service
|
echo 'TimeoutStopSec=1' >> test.service
|
||||||
|
echo 'Environment=XDG_RUNTIME_DIR=/home/user' >> test.service
|
||||||
echo 'ExecStart=/usr/local/bin/out-of-tree kernel autogen --max=1' >> test.service
|
echo 'ExecStart=/usr/local/bin/out-of-tree kernel autogen --max=1' >> test.service
|
||||||
echo 'ExecStart=/usr/local/bin/out-of-tree pew' >> test.service
|
echo 'ExecStart=/usr/local/bin/out-of-tree pew' >> test.service
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user