Skip to content

Commit

Permalink
try setting node url secret
Browse files Browse the repository at this point in the history
  • Loading branch information
fhenneke committed Oct 7, 2024
1 parent 00d75d8 commit 54f4d2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ jobs:
run: mypy src
- name: Tests
run: pytest tests/e2e/test_blockchain_data.py tests/e2e/test_imbalances_script.py
env:
NODE_URL: ${{ secrets.NODE_URL }}

0 comments on commit 54f4d2b

Please sign in to comment.