Skip to content

Commit 819321e

Browse files
committed
Add missing shell property
1 parent a62ebdc commit 819321e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/composite-actions/devnet/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ runs:
88
submodules: recursive
99

1010
- name: Clone starknet-devnet-rs
11+
shell: bash
1112
run: |
1213
DEVNET_SHA="dd559716849ade47cc06be150edf250e5dccb2bf"
1314
git clone https://github.com/0xSpaceShard/starknet-devnet-rs.git starknet-devnet-rs

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ jobs:
294294

295295
- name: Install devnet
296296
# run: ./starknet_py/tests/install_devnet.sh
297-
uses: ./.github/composite-actions/devnet/action.yml
297+
uses: ./.github/composite-actions/devnet
298298

299299
# ====================== RUN TESTS ====================== #
300300

@@ -442,7 +442,7 @@ jobs:
442442

443443
- name: Install devnet
444444
# run: ./starknet_py/tests/install_devnet.sh
445-
uses: ./.github/composite-actions/devnet/action.yml
445+
uses: ./.github/composite-actions/devnet
446446

447447
# ====================== RUN TESTS ====================== #
448448

0 commit comments

Comments
 (0)