Skip to content

Commit

Permalink
clean up containers after integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Jan 15, 2025
1 parent 01f6bf3 commit 959daab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 959daab

Please sign in to comment.