chore(deps-dev): Bump @typescript-eslint/parser from 8.6.0 to 8.13.0 #815
dispatch.yml
on: push
Lint
/
Broken Markdown links
9s
Lint
/
Super Linter
1m 19s
Build & Test
/
Build Node.js
43s
Build & Test
/
Build Docker image
1m 14s
Staging
/
Staging Deploy
Release
/
Release Docker image
Annotations
7 errors, 4 warnings, and 1 notice
Build & Test / Build Node.js
Testing stopped early after 5 maximum allowed failures.
|
[Integration tests] › did/did-update.spec.ts:65:1 › did-update. Send the final request for DID creating:
tests/did/did-update.spec.ts#L90
1) [Integration tests] › did/did-update.spec.ts:65:1 › did-update. Send the final request for DID creating
Error: expect(received).toBe(expected) // Object.is equality
Expected: 201
Received: 500
88 | });
89 |
> 90 | expect(didCreate.status()).toBe(201);
| ^
91 | });
92 |
93 | test('did-update. Initiate DID Update procedure', async ({ request }) => {
at /home/runner/work/did-registrar/did-registrar/tests/did/did-update.spec.ts:90:29
|
[Integration tests] › did/did-update.spec.ts:65:1 › did-update. Send the final request for DID creating:
tests/did/did-update.spec.ts#L66
1) [Integration tests] › did/did-update.spec.ts:65:1 › did-update. Send the final request for DID creating
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'signingRequest')
64 |
65 | test('did-update. Send the final request for DID creating', async ({ request }) => {
> 66 | const serializedPayload = didState.signingRequest[0].serializedPayload;
| ^
67 | const serializedBytes = Buffer.from(serializedPayload, 'base64');
68 | const signature = sign(privKeyBytes, serializedBytes);
69 |
at /home/runner/work/did-registrar/did-registrar/tests/did/did-update.spec.ts:66:37
|
[Integration tests] › did/did-update.spec.ts:65:1 › did-update. Send the final request for DID creating:
tests/did/did-update.spec.ts#L66
1) [Integration tests] › did/did-update.spec.ts:65:1 › did-update. Send the final request for DID creating
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'signingRequest')
64 |
65 | test('did-update. Send the final request for DID creating', async ({ request }) => {
> 66 | const serializedPayload = didState.signingRequest[0].serializedPayload;
| ^
67 | const serializedBytes = Buffer.from(serializedPayload, 'base64');
68 | const signature = sign(privKeyBytes, serializedBytes);
69 |
at /home/runner/work/did-registrar/did-registrar/tests/did/did-update.spec.ts:66:37
|
[Integration tests] › did/did-update.spec.ts:93:1 › did-update. Initiate DID Update procedure:
tests/did/did-update.spec.ts#L99
2) [Integration tests] › did/did-update.spec.ts:93:1 › did-update. Initiate DID Update procedure ─
TypeError: Cannot read properties of undefined (reading 'id')
97 | service: [
98 | {
> 99 | id: `${didPayload.id}#service-1`,
| ^
100 | type: 'URL',
101 | serviceEndpoint: ['https://example.com/vc/'],
102 | },
at /home/runner/work/did-registrar/did-registrar/tests/did/did-update.spec.ts:99:23
|
[Integration tests] › did/did-update.spec.ts:93:1 › did-update. Initiate DID Update procedure:
tests/did/did-update.spec.ts#L99
2) [Integration tests] › did/did-update.spec.ts:93:1 › did-update. Initiate DID Update procedure ─
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'id')
97 | service: [
98 | {
> 99 | id: `${didPayload.id}#service-1`,
| ^
100 | type: 'URL',
101 | serviceEndpoint: ['https://example.com/vc/'],
102 | },
at /home/runner/work/did-registrar/did-registrar/tests/did/did-update.spec.ts:99:23
|
Build & Test / Build Node.js
Process completed with exit code 1.
|
Legacy key/value format with whitespace separator should not be used:
Dockerfile#L51
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
Dockerfile#L54
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
Dockerfile#L55
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
Dockerfile#L50
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
🎭 Playwright Run Summary
2 failed
[Integration tests] › did/did-update.spec.ts:65:1 › did-update. Send the final request for DID creating
[Integration tests] › did/did-update.spec.ts:93:1 › did-update. Initiate DID Update procedure ──
6 did not run
10 passed (25.6s)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cheqd~did-registrar~WA4VMB.dockerbuild
|
40.6 KB |
|
did-registrar-staging
|
87.5 MB |
|