Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 16b11e7

Browse files
committed
Another a temp to run Linux tests...
1 parent 6134719 commit 16b11e7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,9 @@ jobs:
6363

6464
- run: |
6565
echo "Initialize dbus..."
66-
export NO_AT_BRIDGE=1;
67-
eval $(dbus-launch --sh-syntax);
66+
eval $(dbus-launch -- sh);
6867
echo "Unlocking the keyring..."
69-
eval $(echo -n "" | /usr/bin/gnome-keyring-daemon --login)
70-
eval $(/usr/bin/gnome-keyring-daemon --components=secrets --start)
68+
eval $(echo -n "" | /usr/bin/gnome-keyring-daemon --unlock)
7169
echo "Create a test key using script..."
7270
python -c "import keyring;keyring.set_password('system', 'login', '');"
7371
npm test

0 commit comments

Comments
 (0)