From 10460f4c11335db47390f1e5d893cd19a6db7905 Mon Sep 17 00:00:00 2001 From: Abdul Rabbani Date: Fri, 27 May 2022 09:24:46 -0400 Subject: [PATCH] Use correct DB and fix syntax --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 78f01b876..d56886d71 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,7 +5,7 @@ on: env: stack-orchestrator-ref: ${{ github.event.inputs.stack-orchestrator-ref || 'feature/geth-testing'}} - ipld-eth-db-ref: ${{ github.event.inputs.ipld-ethcl-db-ref || 'main' }} + ipld-eth-db-ref: ${{ github.event.inputs.ipld-ethcl-db-ref || 'feature/startup-script' }} GOPATH: /tmp/go jobs: @@ -163,4 +163,4 @@ jobs: 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") [[ "$rows" -lt "0" ]] && echo "We could not find any rows in postgres table." && (exit 1) echo $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 * FROM eth.header_cids") + 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"