diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6d3b34e..c1d7fac5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -344,14 +344,15 @@ jobs: - name: Run Eth POS Devnet run: | git clone https://github.com/polytope-labs/eth-pos-devnet.git - cd eth-pos-devnet - DOCKER_CLIENT_TIMEOUT=300 COMPOSE_HTTP_TIMEOUT=300 docker-compose up -d + DOCKER_CLIENT_TIMEOUT=300 COMPOSE_HTTP_TIMEOUT=300 docker-compose -f ./eth-pos-devnet/docker-compose.yml up -d ../scripts/wait_for_tcp_port_opening.sh localhost 3500 ../scripts/wait_for_tcp_port_opening.sh localhost 8545 - name: sync-committee integration tests run: | cargo test -p sync-committee-prover -- --nocapture --ignored + docker-compose -f ./eth-pos-devnet/docker-compose.yml down + sudo rm -rf ./eth-pos-devnet # - name: polygon pos integration tests # run: |