Skip to content

Commit

Permalink
chore: add ci checks for deposits (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasyl-ivanchuk authored Jan 7, 2025
1 parent 364d420 commit 439c5c0
Show file tree
Hide file tree
Showing 3 changed files with 730 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,22 @@ jobs:
- name: Run doc tests
run: cargo test --all-features --doc

- name: Checkout local setup repository
uses: actions/checkout@v4
with:
repository: matter-labs/local-setup
path: dockerized-node
- name: Set up docker build
uses: docker/[email protected]
- name: Start dockerized node
run: |
docker compose -f "./dockerized-node/docker-compose.yml" up -d --build --wait --wait-timeout 2000
- name: Run examples
run: |
cargo run --example showcase
cargo run --example deploy
cargo run --example deposit_eth
cargo run --example deposit_erc20
document:
needs:
Expand Down
Loading

0 comments on commit 439c5c0

Please sign in to comment.