chore: wip #9395
Annotations
7 errors
lint (ubuntu-latest)
Process completed with exit code 1.
|
typecheck (ubuntu-latest)
Process completed with exit code 1.
|
CredentialsProviderError: Could not load credentials from any providers:
node_modules/@smithy/property-provider/dist-cjs/index.js#L45
at new ProviderError (/home/runner/work/stacks/stacks/node_modules/@smithy/property-provider/dist-cjs/index.js:45:5)
at new CredentialsProviderError (/home/runner/work/stacks/stacks/node_modules/@smithy/property-provider/dist-cjs/index.js:67:5)
at /home/runner/work/stacks/stacks/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js:136:13
at /home/runner/work/stacks/stacks/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js:135:5
at /home/runner/work/stacks/stacks/node_modules/@smithy/property-provider/dist-cjs/index.js:97:33
|
error: expect(received).toBe(expected):
storage/framework/core/cache/tests/Redis.test.ts#L11
Expected: "value1"
Received: undefined
at /home/runner/work/stacks/stacks/storage/framework/core/cache/tests/Redis.test.ts:11:37
|
error: expect(received).toBe(expected):
storage/framework/core/cache/tests/Redis.test.ts#L16
Expected: "value2"
Received: undefined
at /home/runner/work/stacks/stacks/storage/framework/core/cache/tests/Redis.test.ts:16:37
|
error: expect(received).toBe(expected):
storage/framework/core/cache/tests/Redis.test.ts#L23
Expected: "value3"
Received: undefined
at /home/runner/work/stacks/stacks/storage/framework/core/cache/tests/Redis.test.ts:23:37
|
error: expect(received).toBe(expected):
storage/framework/core/cache/tests/Redis.test.ts#L43
Expected: true
Received: false
at /home/runner/work/stacks/stacks/storage/framework/core/cache/tests/Redis.test.ts:43:37
|