fix(daemon): fail closed when dashboard secret storage fails #462
ci.yml
on: pull_request
lint-and-test
1m 17s
package-python
0s
Matrix: build
Annotations
2 errors and 1 warning
|
lint-and-test
Process completed with exit code 1.
|
|
src/daemon/secrets/keychain.test.ts > KeychainSecretStore > short-circuits further loads after keytar import failure:
packages/daemon/src/daemon/secrets/keychain.test.ts#L281
AssertionError: expected { getPassword: [Function Mock], …(2) } to be null
- Expected:
null
+ Received:
{
"deletePassword": [Function Mock],
"getPassword": [Function Mock],
"setPassword": [Function Mock],
}
❯ src/daemon/secrets/keychain.test.ts:281:30
|
|
lint-and-test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|