File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 8
8
submodules : recursive
9
9
10
10
- name : Clone starknet-devnet-rs
11
+ shell : bash
11
12
run : |
12
13
DEVNET_SHA="dd559716849ade47cc06be150edf250e5dccb2bf"
13
14
git clone https://github.com/0xSpaceShard/starknet-devnet-rs.git starknet-devnet-rs
Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ jobs:
294
294
295
295
- name : Install devnet
296
296
# run: ./starknet_py/tests/install_devnet.sh
297
- uses : ./.github/composite-actions/devnet/action.yml
297
+ uses : ./.github/composite-actions/devnet
298
298
299
299
# ====================== RUN TESTS ====================== #
300
300
@@ -442,7 +442,7 @@ jobs:
442
442
443
443
- name : Install devnet
444
444
# run: ./starknet_py/tests/install_devnet.sh
445
- uses : ./.github/composite-actions/devnet/action.yml
445
+ uses : ./.github/composite-actions/devnet
446
446
447
447
# ====================== RUN TESTS ====================== #
448
448
You can’t perform that action at this time.
0 commit comments