@ -494,6 +494,10 @@ jobs:
runs-on: ubuntu-latest
needs: build-and-cache
services:
redis_db:
image: 'redis:alpine'
command: redis-server
postgres:
image: postgres
env:
@ -573,3 +577,4 @@ jobs:
ETHEREUM_JSONRPC_WEB_SOCKET_CASE: "EthereumJSONRPC.WebSocket.Case.Mox"
CHAIN_ID: "77"
ADMIN_PANEL_ENABLED: "true"
ACCOUNT_ENABLED: "true"