Skip to content

Commit

Permalink
add network variable to github env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
fhenneke committed Dec 5, 2024
1 parent 8d7cd14 commit b35b106
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run: python -m pytest tests/queries
# Environment variables used by the `pg_client.py`
env:
NETWORK: 'mainnet'
POSTGRES_HOST: localhost
POSTGRES_PORT: 5432
DUNE_API_KEY: ${{ secrets.DUNE_API_KEY }}
1 change: 1 addition & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ jobs:
run:
python -m pytest tests/unit
env:
NETWORK: 'mainnet'
NODE_URL: https://rpc.ankr.com/eth
PAYOUTS_SAFE_ADDRESS: '0x0000000000000000000000000000000000000000'

0 comments on commit b35b106

Please sign in to comment.