File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55
66env :
77 stack-orchestrator-ref : ${{ github.event.inputs.stack-orchestrator-ref || 'feature/geth-testing'}}
8- ipld-eth-db-ref : ${{ github.event.inputs.ipld-ethcl-db-ref || 'main ' }}
8+ ipld-eth-db-ref : ${{ github.event.inputs.ipld-ethcl-db-ref || 'feature/startup-script ' }}
99 GOPATH : /tmp/go
1010
1111jobs :
@@ -163,4 +163,4 @@ jobs:
163163 rows=$(docker compose -f "$GITHUB_WORKSPACE/stack-orchestrator/docker/local/docker-compose-go-ethereum.yml" exec access-node psql -U vdbm -d vulcanize_testing_v4 -AXqtc "SELECT COUNT(*) FROM eth.header_cids")
164164 [[ "$rows" -lt "0" ]] && echo "We could not find any rows in postgres table." && (exit 1)
165165 echo $rows
166- docker compose -f "$GITHUB_WORKSPACE/stack-orchestrator/docker/local/docker-compose-go-ethereum.yml" exec access-node psql -U vdbm -d vulcanize_testing_v4 -AXqtc "SELECT * FROM eth.header_cids")
166+ docker compose -f "$GITHUB_WORKSPACE/stack-orchestrator/docker/local/docker-compose-go-ethereum.yml" exec access-node psql -U vdbm -d vulcanize_testing_v4 -AXqtc "SELECT * FROM eth.header_cids"
You can’t perform that action at this time.
0 commit comments