Skip to content

Commit 8593cfd

Browse files
author
Abdul Rabbani
committed
Update Lt condition
1 parent 10460f4 commit 8593cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,6 @@ jobs:
161161
shell: bash
162162
run: |
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")
164-
[[ "$rows" -lt "0" ]] && echo "We could not find any rows in postgres table." && (exit 1)
164+
[[ "$rows" -lt "1" ]] && echo "We could not find any rows in postgres table." && (exit 1)
165165
echo $rows
166166
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

Comments
 (0)