File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,8 @@ jobs:
183
183
- name : Install devnet
184
184
# run: ./starknet_py/tests/install_devnet.sh
185
185
uses : ./.github/composite-actions/devnet
186
+ with :
187
+ devnet_sha : ${{ env.DEVNET_SHA }}
186
188
187
189
# ====================== SETUP LEDGER SPECULOS ====================== #
188
190
@@ -295,6 +297,8 @@ jobs:
295
297
- name : Install devnet
296
298
# run: ./starknet_py/tests/install_devnet.sh
297
299
uses : ./.github/composite-actions/devnet
300
+ with :
301
+ devnet_sha : ${{ env.DEVNET_SHA }}
298
302
299
303
# ====================== RUN TESTS ====================== #
300
304
@@ -443,6 +447,8 @@ jobs:
443
447
- name : Install devnet
444
448
# run: ./starknet_py/tests/install_devnet.sh
445
449
uses : ./.github/composite-actions/devnet
450
+ with :
451
+ devnet_sha : ${{ env.DEVNET_SHA }}
446
452
447
453
# ====================== RUN TESTS ====================== #
448
454
You can’t perform that action at this time.
0 commit comments