Skip to content

Commit

Permalink
test: check Sepolia API endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzac committed Jun 21, 2024
1 parent 2956823 commit 5e9515f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:

- name: Run tests
run: |
echo "Check Sepolia API endpoint"
curl -X POST --data '{"jsonrpc":"2.0","method":"web3_clientVersion","params":[],"id":67}' https://sepolia.infura.io/v3/0fbc961f49944da4b8fde35715e2171b
pytest -n 4 --dist loadgroup tests/relay/test_rln.py
- name: Get allure history
Expand Down

0 comments on commit 5e9515f

Please sign in to comment.