Skip to content

Commit

Permalink
fix env path
Browse files Browse the repository at this point in the history
  • Loading branch information
byteZorvin committed Sep 28, 2024
1 parent df4e955 commit 1a14f38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ ETHEREUM_BLAST_RPC_URL="https://eth-mainnet.public.blastapi.io"
STARKNET_PRIVATE_KEY=0x76f2ccdb23f29bc7b69278e947c01c6160a31cf02c19d06d0f6e5ab1d768b86
STARKNET_PUBLIC_KEY=0x3bb306a004034dba19e6cf7b161e7a4fef64bc1078419e8ad1876192f0b8cd1
STARKNET_RPC_URL=http://localhost:9944
MADARA_BINARY_PATH="/home/runner/work/madara-orchestrator/madara/"
MADARA_BINARY_PATH="/home/runner/work/madara-orchestrator/madara-orchestrator/madara/"
7 changes: 3 additions & 4 deletions .github/workflows/starknet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
repository: madara-alliance/madara # Replace with your first repository
ref: main # Replace with your branch name
path: madara_path
path: madara

- name: Setup Rust
uses: actions-rs/toolchain@v1
Expand All @@ -36,8 +36,6 @@ jobs:

- name: Build Madara
run: |
pwd
tree -L 3
cd madara
cargo build
Expand All @@ -48,8 +46,9 @@ jobs:

- name: Build Mock Contracts using Scarb
run: |
cd madara-orchestrator/crates/settlement-clients/starknet/src/tests/mock_contracts
pwd
tree -L 3
cd madara-orchestrator/crates/settlement-clients/starknet/src/tests/mock_contracts
scarb fmt --check
scarb build
Expand Down

0 comments on commit 1a14f38

Please sign in to comment.