Skip to content

Commit 9b7cff7

Browse files
committed
update
1 parent a811fb8 commit 9b7cff7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
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:

chopsticks/wasm/acala-2310.wasm

-138 KB
Binary file not shown.

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
services:
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:

0 commit comments

Comments
 (0)