account
Никита Поздняков 2 years ago
parent 17f4946b7a
commit d7c79dec40
No known key found for this signature in database
GPG Key ID: F344106F9804FE5F
  1. 5
      .github/workflows/config.yml

@ -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"

Loading…
Cancel
Save