Skip to content

Commit a62ebdc

Browse files
committed
Update devnet action path
1 parent 6945fbc commit a62ebdc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/checks.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,12 @@ jobs:
177177
178178
# ====================== SETUP DEVNET ====================== #
179179

180+
- name: Show dirs
181+
run: ls -la
182+
180183
- name: Install devnet
181184
# run: ./starknet_py/tests/install_devnet.sh
182-
uses: ./.github/composite-actions/devnet/action.yml
185+
uses: ./.github/composite-actions/devnet
183186

184187
# ====================== SETUP LEDGER SPECULOS ====================== #
185188

0 commit comments

Comments
 (0)