Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
byteZorvin committed Sep 29, 2024
1 parent c49cb70 commit 2a2a1dd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/starknet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
scarb-version: "2.8.2"

- name: Build Madara
working-directory: madara
run: |
pwd
cd madara
pwd
cargo build
- name: Checkout Madara Orchestrator
uses: actions/checkout@v4
Expand All @@ -57,6 +57,7 @@ jobs:
working-directory: madara-orchestrator
run: |
pwd
cd ../..
tree -L 3
cd madara-orchestrator
cd -
cargo test -p starknet-settlement-client -- --nocapture --test-threads=1

0 comments on commit 2a2a1dd

Please sign in to comment.