Skip to content

Commit 0179e62

Browse files
fixup! fixup! Start dbus and gnome-keyring for linux integration tests
1 parent d2c7da0 commit 0179e62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rpc-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
- name: Start D-Bus and GNOME Keyring
3838
if: runner.os == 'Linux'
3939
run: |
40-
mkdir -p /tmp/runtime-dir
41-
export XDG_RUNTIME_DIR=/tmp/runtime-dir
40+
mkdir -p /tmp/runtime-dir/keyring
41+
export XDG_RUNTIME_DIR=/tmp/runtime-dir/keyring
4242
chmod 700 $XDG_RUNTIME_DIR
4343
4444
export $(dbus-launch)

0 commit comments

Comments
 (0)