Skip to content

Commit

Permalink
chore: add colima try and fix CI for eigen
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstone committed Nov 4, 2024
1 parent 6d4c597 commit d3e4ffa
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,16 @@ jobs:
- name: Forge build
run: forge update && cd blueprints/incredible-squaring-eigenlayer && forge build --root ./contracts && cd ../../

- name: setup-docker
run: brew install docker
- name: Install Colima
run: brew install colima docker

- name: Verify Forge and Docker installation
run: forge --version && docker --version
- name: Start Colima
run: colima start

- name: Verify Docker installation and service
run: |
docker --version
docker ps
- name: Run anvil in background
run: anvil --version && anvil &
Expand Down Expand Up @@ -176,4 +181,3 @@ jobs:

- name: tests
run: RUST_LOG=gadget=trace cargo test --package blueprint-test-utils test_eigenlayer_incredible_squaring_blueprint -- --nocapture

0 comments on commit d3e4ffa

Please sign in to comment.