Skip to content

Commit

Permalink
chore(ci): fix remote spec tests (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
dancoombs authored Mar 4, 2024
1 parent 555d230 commit 725b115
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/spec-tests/remote/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
image: alchemy-platform/rundler:latest
depends_on:
- geth
command: /usr/local/bin/rundler pool
command: pool
environment:
- RUST_LOG=debug
- NETWORK=dev
Expand All @@ -44,7 +44,7 @@ services:
image: alchemy-platform/rundler:latest
depends_on:
- rundler-pool
command: /usr/local/bin/rundler builder
command: builder
environment:
- RUST_LOG=debug
- NETWORK=dev
Expand All @@ -65,7 +65,7 @@ services:
ports:
- "8080:8080"
- "3000:3000"
command: /usr/local/bin/rundler rpc
command: rpc
environment:
- RUST_LOG=debug
- NETWORK=dev
Expand Down

0 comments on commit 725b115

Please sign in to comment.