Skip to content

Commit 667d5b3

Browse files
committed
Add inputs to steps using devnet action
1 parent e4b947c commit 667d5b3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/checks.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ jobs:
183183
- name: Install devnet
184184
# run: ./starknet_py/tests/install_devnet.sh
185185
uses: ./.github/composite-actions/devnet
186+
with:
187+
devnet_sha: ${{ env.DEVNET_SHA }}
186188

187189
# ====================== SETUP LEDGER SPECULOS ====================== #
188190

@@ -295,6 +297,8 @@ jobs:
295297
- name: Install devnet
296298
# run: ./starknet_py/tests/install_devnet.sh
297299
uses: ./.github/composite-actions/devnet
300+
with:
301+
devnet_sha: ${{ env.DEVNET_SHA }}
298302

299303
# ====================== RUN TESTS ====================== #
300304

@@ -443,6 +447,8 @@ jobs:
443447
- name: Install devnet
444448
# run: ./starknet_py/tests/install_devnet.sh
445449
uses: ./.github/composite-actions/devnet
450+
with:
451+
devnet_sha: ${{ env.DEVNET_SHA }}
446452

447453
# ====================== RUN TESTS ====================== #
448454

0 commit comments

Comments
 (0)