File tree Expand file tree Collapse file tree 3 files changed +6
-10
lines changed
Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 11{
2- "extension" : [
3- " ts"
4- ],
2+ "extension" : [" ts" ],
53 "spec" : " itest/**/*.ts" ,
6- "require" : [
7- " ts-node/register"
8- ],
9- "timeout" : 1000000
10- }
4+ "require" : [" ts-node/register" ],
5+ "timeout" : 600000
6+ }
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ COPY schema.graphql .
66COPY subgraph.template.yaml .
77COPY networks.json .
88COPY src src
9- ENTRYPOINT [ "npm" , "run" , "deploy:all" ]
9+ ENTRYPOINT [ "npm" , "run" , "deploy:all" ]
Original file line number Diff line number Diff line change 1313 "create" : " graph create ${NETWORK_NAME:-bellecour}/poco --node ${GRAPHNODE_URL:-http://localhost:8020}" ,
1414 "deploy" : " graph deploy ${NETWORK_NAME:-bellecour}/poco --node ${GRAPHNODE_URL:-http://localhost:8020} --ipfs ${IPFS_URL:-http://localhost:5001} --version-label ${VERSION_LABEL:-bellecour/poco-v5}" ,
1515 "deploy:all" : " npm run build && npm run create && npm run deploy" ,
16- "all-local-test" : " npm run build:local-test && npm run create && npm run deploy" ,
16+ "deploy: all-local-test" : " npm run build:local-test && npm run create && npm run deploy" ,
1717 "itest" : " DEBUG=testcontainers:* mocha" ,
1818 "stop-test-stack" : " cd test-stack && docker compose down --remove-orphans --volumes" ,
1919 "start-test-stack" : " npm run stop-test-stack && cd test-stack && docker compose build && docker compose up -d"
You can’t perform that action at this time.
0 commit comments