From 83a49ddbf3648cf3ec59bef52e95b1de0156e4b5 Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Tue, 6 Feb 2024 12:26:00 +0100 Subject: [PATCH] Try without codesigning just to get tests running --- .github/workflows/mac-build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml index af7402a9f2c92..7643b2b1f8f42 100644 --- a/.github/workflows/mac-build.yml +++ b/.github/workflows/mac-build.yml @@ -509,11 +509,11 @@ jobs: unzip -:o dist.zip unzip -:o chromedriver.zip unzip -:o mksnapshot.zip - - name: Import & Trust Self-Signed Codesigning Cert on MacOS - run: | - sudo security authorizationdb write com.apple.trust-settings.admin allow - cd src/electron - ./script/codesign/generate-identity.sh + # - name: Import & Trust Self-Signed Codesigning Cert on MacOS + # run: | + # sudo security authorizationdb write com.apple.trust-settings.admin allow + # cd src/electron + # ./script/codesign/generate-identity.sh - name: Run Electron Tests env: MOCHA_REPORTER: mocha-multi-reporters