Skip to content

Commit accaaf1

Browse files
committed
Merge branch 'l2/fix_integration_test' into l2/fix_rpc_job
2 parents e877479 + 25d6a76 commit accaaf1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pr-main_l2.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ jobs:
7878
run: |
7979
cargo test l2 --no-run --release
8080
81+
# for some reason the "Start L1 & Deploy contracts" step does not build the ethrex_dev image, used
82+
# for the L1. This does not happen on the rest of the jobs. Maybe it has to do with the "larger_runners".
83+
- name: Build L1 docker image
84+
run: docker build -t ethrex_dev:latest -f crates/blockchain/dev/Dockerfile .
85+
8186
- name: Start L1 & Deploy contracts
8287
run: |
8388
cd crates/l2

0 commit comments

Comments
 (0)