Skip to content

Commit

Permalink
address CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonBoi9001 committed Jan 10, 2025
1 parent bdfd1e9 commit ddcda53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
- name: Run tests
run: |
cd services/poi_monitor
pytest tests/ --cov=src --cov-report=xml
pip install -e .
pytest tests/ --cov=src --cov-report=term-missing
env:
POSTGRES_HOST: localhost
POSTGRES_PORT: 5433
Expand Down
1 change: 1 addition & 0 deletions configs/readonly.graphix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ chains:

sources:
- table: live_pois
type: table
graphql:
queryName: livePois
description: "Retrieve live proofs of indexing (PoIs)."
Expand Down

0 comments on commit ddcda53

Please sign in to comment.