File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 55before_install :
66 - yarn install
77before_script :
8- - docker pull kodebox/codechain:v1.1.0
9- - docker run -d -p 8080:8080 kodebox/codechain:v1.1.0 --jsonrpc-interface 0.0.0.0 -c solo --reseal-min-period 0
8+ - docker pull kodebox/codechain:ebacfe7b74296cc1e793cf3238748b7280f8072a
9+ - docker run -d -p 8080:8080 kodebox/codechain:ebacfe7b74296cc1e793cf3238748b7280f8072a --jsonrpc-interface 0.0.0.0 -c solo --reseal-min-period 0
1010 - docker ps -a
1111script :
1212 - yarn test --verbose
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ describe("examples", () => {
1414 "import-test-account" ,
1515 "mint-and-compose" ,
1616 "mint-and-compose-and-decompose" ,
17+ "mint-and-transfer-with-order" ,
1718 "create-shard-and-mint" ,
1819 "create-shard-and-set-owners" ,
1920 "create-shard-and-set-users"
You can’t perform that action at this time.
0 commit comments