We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e877479 + 25d6a76 commit accaaf1Copy full SHA for accaaf1
.github/workflows/pr-main_l2.yaml
@@ -78,6 +78,11 @@ jobs:
78
run: |
79
cargo test l2 --no-run --release
80
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
+
86
- name: Start L1 & Deploy contracts
87
88
cd crates/l2
0 commit comments