Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2025-04-11 15:08:12 +01:00
parent 3e2dbdbd08
commit c2e6f80efb
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D
2 changed files with 7 additions and 4 deletions

View File

@ -62,9 +62,12 @@ jobs:
hdiutil attach ./dist/*.dmg -mountpoint /Volumes/Element &&
rsync -a /Volumes/Element/Element.app ~/Applications/ &&
hdiutil detach /Volumes/Element
security list-keychains
security default-keychain
security default-keychain -s "/Users/runner/Library/Keychains/login.keychain-db"
security create-keychain -p password temp.keychain
security unlock-keychain -p password temp.keychain
security list-keychains -d user -s temp.keychain
security set-keychain-settings temp.keychain
security default-keychain -s temp.keychain
- name: "Linux (amd64) (sqlcipher: system)"
os: ubuntu-22.04
artifact: linux-amd64-sqlcipher-system

View File

@ -47,7 +47,7 @@ test.describe("App launch", () => {
});
test("should launch and render the welcome view successfully and support safeStorage", async ({ page }) => {
test.skip(platform() === "linux", "This test does not yet support Linux");
// test.skip(platform() === "linux", "This test does not yet support Linux");
await expect(
page.evaluate<string | null>(async () => {