Skip to content

Commit

Permalink
remove extra path
Browse files Browse the repository at this point in the history
  • Loading branch information
byteZorvin committed Sep 28, 2024
1 parent fc44027 commit d539edb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/starknet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,15 @@ jobs:

- name: Build Madara
run: |
pwd
tree -L 1
cd madara
cargo build
- name: Checkout second repository
uses: actions/checkout@v4
with:
repository: madara-alliance/madara-orchestrator # Replace with your second repository
path: madara-orchestrator

- name: Build Mock Contracts using Scarb
run: |
Expand Down

0 comments on commit d539edb

Please sign in to comment.