File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -219,8 +219,8 @@ step-maybe-cleanup-arm64-mac: &step-maybe-cleanup-arm64-mac
219219 killall Safari || echo "No Safari processes left running"
220220 rm -rf ~/Library/Application\ Support/Electron*
221221 rm -rf ~/Library/Application\ Support/electron*
222- security delete-generic-password -l "Chromium Safe Storage"
223- security delete-generic-password -l "Electron Test Main Safe Storage"
222+ security delete-generic-password -l "Chromium Safe Storage" || echo "✓ Keychain does not contain password from tests"
223+ security delete-generic-password -l "Electron Test Main Safe Storage" || echo "✓ Keychain does not contain password from tests"
224224 elif [ "$TARGET_ARCH" == "arm" ] || [ "$TARGET_ARCH" == "arm64" ]; then
225225 XVFB=/usr/bin/Xvfb
226226 /sbin/start-stop-daemon --stop --exec $XVFB || echo "Xvfb not running"
You can’t perform that action at this time.
0 commit comments