Skip to content

Commit

Permalink
fix directory
Browse files Browse the repository at this point in the history
  • Loading branch information
byteZorvin committed Sep 28, 2024
1 parent fc7be88 commit de97da7
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/starknet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,11 @@ jobs:
toolchain: stable
override: true

- name: Setup Scarb
run: |
cd madara/cairo
ls -la
cat .tool-versions
- uses: asdf-vm/actions/install@v3
- run: cd -
- name: Install asdf and dependencies
uses: asdf-vm/actions/install@v3
with:
before_install: |
cd madara/cairo
- name: Build Madara
run: |
Expand All @@ -55,12 +52,10 @@ jobs:
- name: Build Mock Contracts using Scarb
run: |
cd madara-orchestrator/crates/settlement-clients/starknet/src/tests/mock_contracts
uses: asdf-vm/actions/install@v3
scarb fmt --check
scarb build
cd -
- name: Run Starknet tests
run: |
cd madara-orchestrator
Expand Down

0 comments on commit de97da7

Please sign in to comment.