Skip to content

Switch from yarn to bun #52

Switch from yarn to bun

Switch from yarn to bun #52

Triggered via pull request June 5, 2024 21:29
Status Failure
Total duration 20s
Artifacts

build.yaml

on: pull_request
Build all packages and run tests
12s
Build all packages and run tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
error: expect(received).toStrictEqual(expected): packages/auto-id/tests/keyManagement.test.ts#L51
Expected: "-----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEAol26MU46xpSuqqvFvDI0PaOEBt+FzzfodWWHE8G66Kg=\n-----END PUBLIC KEY-----\n" Received: "-----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEAAgAAAAEAAAAQAAAAAQAAABAAAAAAAAAAAAAAAAAAAAA=\n-----END PUBLIC KEY-----\n" at /home/runner/work/auto-sdk/auto-sdk/packages/auto-id/tests/keyManagement.test.ts:51:5
error: Failed to save key: No such file or directory: packages/auto-id/src/keyManagement.ts#L116
at /home/runner/work/auto-sdk/auto-sdk/packages/auto-id/src/keyManagement.ts:116:11
error: Failed to save key: No such file or directory: packages/auto-id/src/keyManagement.ts#L116
at /home/runner/work/auto-sdk/auto-sdk/packages/auto-id/src/keyManagement.ts:116:11
error: Failed to load private key: Failed to read or parse file: ENOENT: No such file or directory: packages/auto-id/src/keyManagement.ts#L172
at /home/runner/work/auto-sdk/auto-sdk/packages/auto-id/src/keyManagement.ts:172:11
error: Failed to load private key: Failed to read or parse file: ENOENT: No such file or directory: packages/auto-id/src/keyManagement.ts#L172
at /home/runner/work/auto-sdk/auto-sdk/packages/auto-id/src/keyManagement.ts:172:11
error: Failed to load public key: Failed to read or parse file: ENOENT: No such file or directory: packages/auto-id/src/keyManagement.ts#L218
at /home/runner/work/auto-sdk/auto-sdk/packages/auto-id/src/keyManagement.ts:218:11
error: Failed to load private key: Failed to read or parse file: ENOENT: No such file or directory: packages/auto-id/src/keyManagement.ts#L172
at /home/runner/work/auto-sdk/auto-sdk/packages/auto-id/src/keyManagement.ts:172:11
error: Failed to load private key: Failed to read or parse file: ENOENT: No such file or directory: packages/auto-id/src/keyManagement.ts#L172
at /home/runner/work/auto-sdk/auto-sdk/packages/auto-id/src/keyManagement.ts:172:11
error: Failed to load public key: Failed to read or parse file: ENOENT: No such file or directory: packages/auto-id/src/keyManagement.ts#L218
at /home/runner/work/auto-sdk/auto-sdk/packages/auto-id/src/keyManagement.ts:218:11
Build all packages and run tests
Process completed with exit code 1.
Build all packages and run tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build all packages and run tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/