diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index a8f55b71..3efd9b83 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -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 diff --git a/playwright/e2e/launch/launch.spec.ts b/playwright/e2e/launch/launch.spec.ts index 5c531b79..6d98bead 100644 --- a/playwright/e2e/launch/launch.spec.ts +++ b/playwright/e2e/launch/launch.spec.ts @@ -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(async () => {