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 b8eab20
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/starknet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ 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
pwd
ls -la
cat .tool-versions
- name: Build Madara
run: |
Expand All @@ -55,12 +55,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 b8eab20

Please sign in to comment.