We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10460f4 commit 8593cfdCopy full SHA for 8593cfd
.github/workflows/tests.yml
@@ -161,6 +161,6 @@ jobs:
161
shell: bash
162
run: |
163
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")
164
- [[ "$rows" -lt "0" ]] && echo "We could not find any rows in postgres table." && (exit 1)
+ [[ "$rows" -lt "1" ]] && echo "We could not find any rows in postgres table." && (exit 1)
165
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"
0 commit comments