Skip to content

Commit

Permalink
ci: increase limit of validatar query in hasura config
Browse files Browse the repository at this point in the history
  • Loading branch information
dadamu committed May 6, 2024
1 parent aef5117 commit 4d1687c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ stop-docker-test:

start-docker-test: stop-docker-test
@echo "Starting Docker container..."
@docker run --name callisto-test-db -e POSTGRES_USER=callisto -e POSTGRES_PASSWORD=password -e POSTGRES_DB=callisto -d -p 6433:5432 postgres
@docker run --name callisto-test-db -e POSTGRES_USER=callisto -e POSTGRES_PASSWORD=password -e POSTGRES_DB=callisto -d -v ./database/schema:/docker-entrypoint-initdb.d -p 6433:5432 postgres
.PHONY: start-docker-test

test-unit: start-docker-test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,5 @@ select_permissions:
- consensus_address
- consensus_pubkey
filter: {}
limit: 100
limit: 1000
role: anonymous

0 comments on commit 4d1687c

Please sign in to comment.