mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-09 09:23:10 +00:00
test: check Sepolia API endpoint
This commit is contained in:
parent
295682350b
commit
5e9515f651
2
.github/workflows/test_common.yml
vendored
2
.github/workflows/test_common.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user