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";