File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 with :
4141 timeout_minutes : 5
4242 max_attempts : 3
43- command : docker compose up -d --build -- node-ready
43+ command : docker compose up -d -- node-ready
4444
4545 - name : start rpc adapter for eth-providers
4646 if : matrix.project == 'eth-providers'
@@ -101,7 +101,7 @@ jobs:
101101 with :
102102 timeout_minutes : 5
103103 max_attempts : 3
104- command : docker compose up -d --build -- node-ready
104+ command : docker compose up -d -- node-ready
105105
106106 - name : start coverage server
107107 env :
Original file line number Diff line number Diff line change 11services :
22 node :
33 container_name : node
4- image : oven/bun:1.2.23
4+ image : oven/bun:1.1.26
55 working_dir : /app
66 volumes :
77 - ./chopsticks:/app/chopsticks
88
99 # TODO: cache does not seem to work
1010 # - ~/.bun/install/cache:/root/.bun/install/cache
1111 command :
12- bunx @acala-network/chopsticks@0.15.0 -c /app/chopsticks/configs/acala.yml -p 9944
12+ bunx @acala-network/chopsticks@latest -c /app/chopsticks/configs/acala.yml -p 9944
1313 ports :
1414 - 9944:9944
1515 healthcheck :
You can’t perform that action at this time.
0 commit comments