Bump #110
build.yml
on: push
Matrix: Test ENState 🧪 / Test ENState 🚀
Build ENState 🚀
0s
Annotations
5 errors and 2 warnings
Test ENState 🧪 / Test ENState 🚀 (worker)
Process completed with exit code 1.
|
error: expect(received).toMatchObject(expected):
test/src/test_implementation.ts#L15
{
+ error: "Not Found",
+ status: 404,
- address: "0x2B5c7025998f88550Ef2fEce8bf87935f542C190",
}
- Expected - 1
+ Received + 2
at /home/runner/work/enstate/enstate/test/src/test_implementation.ts:15:32
|
error: expect(received).toMatchObject(expected):
test/src/test_implementation.ts#L15
{
+ error: "Not Found",
+ status: 404,
- address: "0x2B5c7025998f88550Ef2fEce8bf87935f542C190",
}
- Expected - 1
+ Received + 2
at /home/runner/work/enstate/enstate/test/src/test_implementation.ts:15:32
|
error: expect(received).toMatchObject(expected):
test/src/test_implementation.ts#L15
{
response: [
{
+ error: "Not Found",
+ status: 404,
+ type: "error",
- address: "0x2B5c7025998f88550Ef2fEce8bf87935f542C190",
- type: "success",
},
{
+ error: "Not Found",
+ status: 404,
+ type: "error",
- address: "0x797664168c3DEffdF3Eb3Ae18b29a2c7A7156feB",
- type: "success",
}
],
response_length: 2,
}
- Expected - 4
+ Received + 6
at /home/runner/work/enstate/enstate/test/src/test_implementation.ts:15:32
|
Test ENState 🧪 / Test ENState 🚀 (server)
Process completed with exit code 1.
|
Test ENState 🧪 / Test ENState 🚀 (worker)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/github-script@v6, mozilla-actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test ENState 🧪 / Test ENState 🚀 (server)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/github-script@v6, mozilla-actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|