mirror of
https://github.com/oceanprotocol/ocean-subgraph.git
synced 2024-10-31 23:35:19 +01:00
2a711626ed
* add integration tests * try actions * workflows check * workflows testing * workflow test * workflow test * workflow test * increase timeout * small fix Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro> * workflow test * workflow test * workflow test * fix workflows * add readme * fix readme * one more test * end test Co-authored-by: mihaisc <mihai.scarlat@smartcontrol.ro>
11 lines
168 B
JSON
11 lines
168 B
JSON
{
|
|
"require": [
|
|
"ts-node/register",
|
|
"source-map-support/register",
|
|
"mock-local-storage"
|
|
],
|
|
"full-trace": true,
|
|
"exit": true,
|
|
"timeout": "300000"
|
|
}
|