Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2025-04-14 14:42:19 +01:00
parent c59051ed02
commit 08bf85faed
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D
2 changed files with 5 additions and 5 deletions

View File

@ -69,7 +69,7 @@ jobs:
prepare_cmd: | prepare_cmd: |
sudo apt-get -qq update sudo apt-get -qq update
sudo apt install ./dist/*.deb sudo apt install ./dist/*.deb
sudo apt install -y gnome-keyring sudo apt install -y gnome-keyring dbus-user-session dbus dbus-x11
gnome-keyring-daemon --unlock gnome-keyring-daemon --unlock
- name: "Linux (amd64) (sqlcipher: static)" - name: "Linux (amd64) (sqlcipher: static)"
os: ubuntu-22.04 os: ubuntu-22.04
@ -78,7 +78,7 @@ jobs:
prepare_cmd: | prepare_cmd: |
sudo apt-get -qq update sudo apt-get -qq update
sudo apt install ./dist/*.deb sudo apt install ./dist/*.deb
sudo apt install -y gnome-keyring sudo apt install -y gnome-keyring dbus-user-session dbus dbus-x11
gnome-keyring-daemon --unlock gnome-keyring-daemon --unlock
- name: "Linux (arm64) (sqlcipher: system)" - name: "Linux (arm64) (sqlcipher: system)"
os: ubuntu-22.04-arm os: ubuntu-22.04-arm
@ -87,7 +87,7 @@ jobs:
prepare_cmd: | prepare_cmd: |
sudo apt-get -qq update sudo apt-get -qq update
sudo apt install ./dist/*.deb sudo apt install ./dist/*.deb
sudo apt install -y gnome-keyring sudo apt install -y gnome-keyring dbus-user-session dbus dbus-x11
gnome-keyring-daemon --unlock gnome-keyring-daemon --unlock
- name: "Linux (arm64) (sqlcipher: static)" - name: "Linux (arm64) (sqlcipher: static)"
os: ubuntu-22.04-arm os: ubuntu-22.04-arm
@ -96,7 +96,7 @@ jobs:
prepare_cmd: | prepare_cmd: |
sudo apt-get -qq update sudo apt-get -qq update
sudo apt install ./dist/*.deb sudo apt install ./dist/*.deb
sudo apt install -y gnome-keyring sudo apt install -y gnome-keyring dbus-user-session dbus dbus-x11
gnome-keyring-daemon --unlock gnome-keyring-daemon --unlock
- name: Windows (x86) - name: Windows (x86)
os: windows-2022 os: windows-2022

View File

@ -70,7 +70,7 @@ test.describe("App launch", () => {
}); });
test.describe("migrate from keytar", () => { test.describe("migrate from keytar", () => {
test.skip(platform() === "win32", "Windows requires authentication to write to the store"); // test.skip(platform() === "win32", "Windows requires authentication to write to the store");
const pickleKey = "DEADBEEF1234"; const pickleKey = "DEADBEEF1234";