File tree Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Original file line number Diff line number Diff line change 99 - nc/kurtosis
1010
1111jobs :
12- prepare-lodestar :
13- name : Build Lodestar image for Kurtosis use
12+ test :
13+ timeout-minutes : 60
14+ name : Build and run Kurtosis
1415 runs-on : buildjet-4vcpu-ubuntu-2204
1516 steps :
1617 - uses : actions/checkout@v4
18+ with :
19+ fetch-depth : 0
1720 - name : Set up Docker Buildx
1821 uses : docker/setup-buildx-action@v3
1922 - name : Build Docker image - local only
2023 run : >
2124 docker buildx build . --load \
2225 --tag chainsafe/lodestar:kurtosis-ci \
2326 --build-arg COMMIT=$(git rev-parse HEAD)
24-
25- test :
26- timeout-minutes : 60
27- name : Run Kurtosis
28- runs-on : buildjet-4vcpu-ubuntu-2204
29- needs :
30- - prepare-lodestar
31- steps :
32- - uses : actions/checkout@v4
33- with :
34- fetch-depth : 0
3527 - name : Run test
3628 uses : ethpandaops/kurtosis-assertoor-github-action@v1
3729 with :
You can’t perform that action at this time.
0 commit comments