Skip to content

Commit

Permalink
chore(taiko-client): update docker-compose config (#18330)
Browse files Browse the repository at this point in the history
Co-authored-by: maskpp <[email protected]>
  • Loading branch information
davidtaikocha and mask-pp authored Oct 29, 2024
1 parent 3d448d4 commit 74e4ca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/taiko-client--test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

strategy:
matrix:
execution_node: [l2_geth, l2_reth]
execution_node: [l2_geth]

steps:
- name: Cancel Previous Runs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
l1_node:
container_name: l1_node
image: ghcr.io/foundry-rs/foundry:nightly-2044faec64f99a21f0e5f0094458a973612d0712
image: ghcr.io/foundry-rs/foundry:nightly
restart: unless-stopped
platform: linux/amd64
pull_policy: always
Expand Down

0 comments on commit 74e4ca4

Please sign in to comment.