Skip to content

Commit

Permalink
fix: remove Sepolia API check
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzac committed Jun 21, 2024
1 parent 1c9f8d7 commit 71af7eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ 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 tests/relay/test_rln.py
- name: Get allure history
Expand Down

0 comments on commit 71af7eb

Please sign in to comment.