Skip to content

Commit

Permalink
refactor: binary removed and yaml updated to build madara on the fly
Browse files Browse the repository at this point in the history
  • Loading branch information
mohiiit committed Oct 25, 2024
1 parent 956156a commit 1c8152f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,20 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Checkout Madara
uses: actions/checkout@v4
with:
repository: madara-alliance/madara
ref: "346700a1b3cf1dc857ee73c479720ef9c7abcc39"
path: madara

- name: Build Madara
working-directory: madara
run: |
cargo build
mv target/debug/madara ../bin/madara
cd ..
- name: Run anvil
run: |
anvil </dev/null &>/dev/null &"
Expand Down
Binary file removed bin/madara
Binary file not shown.

0 comments on commit 1c8152f

Please sign in to comment.