From 08bf85faed30520b4e97f7c8cd3fb1bbcbdbb02b Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 14 Apr 2025 14:42:19 +0100 Subject: [PATCH] Iterate Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- .github/workflows/build_and_test.yaml | 8 ++++---- playwright/e2e/launch/launch.spec.ts | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index c7060e6e..c0b14a5f 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -69,7 +69,7 @@ jobs: prepare_cmd: | sudo apt-get -qq update 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 - name: "Linux (amd64) (sqlcipher: static)" os: ubuntu-22.04 @@ -78,7 +78,7 @@ jobs: prepare_cmd: | sudo apt-get -qq update 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 - name: "Linux (arm64) (sqlcipher: system)" os: ubuntu-22.04-arm @@ -87,7 +87,7 @@ jobs: prepare_cmd: | sudo apt-get -qq update 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 - name: "Linux (arm64) (sqlcipher: static)" os: ubuntu-22.04-arm @@ -96,7 +96,7 @@ jobs: prepare_cmd: | sudo apt-get -qq update 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 - name: Windows (x86) os: windows-2022 diff --git a/playwright/e2e/launch/launch.spec.ts b/playwright/e2e/launch/launch.spec.ts index b44d19b4..a3adfb60 100644 --- a/playwright/e2e/launch/launch.spec.ts +++ b/playwright/e2e/launch/launch.spec.ts @@ -70,7 +70,7 @@ test.describe("App launch", () => { }); 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";