Skip to content

Commit

Permalink
try go into
Browse files Browse the repository at this point in the history
  • Loading branch information
byteZorvin committed Sep 29, 2024
1 parent 328fa0c commit c49cb70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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-orchestrator/madara/"
MADARA_BINARY_PATH="/home/runner/work/madara-orchestrator/madara/"
3 changes: 2 additions & 1 deletion .github/workflows/starknet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:

- name: Build Madara
run: |
pwd
cd madara
cargo build
pwd
- name: Checkout Madara Orchestrator
uses: actions/checkout@v4
Expand Down

0 comments on commit c49cb70

Please sign in to comment.