cicd: add build-contexts in docker-build-push #39
smart-guessr.yml
on: pull_request
Tests
9s
Docker build and docker push
/
build-and-push
Annotations
2 errors
|
Tests
Process completed with exit code 1.
|
|
error: expect(received).toEqual(expected):
smart-guessr/test/index.test.ts#L27
@@ -46,11 +46,13 @@
],
"name": "transferOwnership",
"payable": false,
"selector": "0xf2fde38b",
"sig": "transferOwnership(address)",
+ "sigAlts": [
+ "_SIMONdotBLACK_(int8[],uint256,address,bytes8,int96)",
+ ],
"type": "function",
},
{
"constant": false,
"inputs": [
@@ -161,11 +163,13 @@
],
"name": "setApprovalForAll",
"payable": false,
"selector": "0xa22cb465",
"sig": "setApprovalForAll(address,bool)",
+ "sigAlts": [
+ "niceFunctionHerePlzClick943230089(address,bool)",
+ ],
"type": "function",
},
{
"constant": false,
"inputs": [],
@@ -234,11 +238,13 @@
],
"name": "mint",
"payable": false,
"selector": "0xa0712d68",
"sig": "mint(uint256)",
+ "sigAlts": [
+ "f_19A4AE45(uint256,uint256)",
+ ],
"type": "function",
},
{
"constant": false,
"inputs": [],
@@ -478,11 +484,13 @@
"inputs": [],
"name": "withdraw",
"payable": false,
"selector": "0x3ccfd60b",
"sig": "withdraw()",
+ "sigAlts": [
+ "XD060DE5A(uint256,address)",
+ ],
"type": "function",
},
{
"constant": false,
"inputs": [
- Expected - 0
+ Received + 12
at <anonymous> (/home/runner/work/blockscout-rs/blockscout-rs/smart-guessr/test/index.test.ts:27:39)
|