Skip to content

Commit 82c08ab

Browse files
committed
ci: check neard #2
1 parent d83cb33 commit 82c08ab

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/cli.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
with:
4141
command: install
4242
args: ${{ matrix.args }}
43-
- run: |
44-
${{ matrix.script }}
45-
ls -la $HOME/.nearup/near/localnet/
43+
- run: ${{ matrix.script }}
44+
- name: Check neard
45+
if: always()
46+
run: ls -la $HOME/.nearup/near/localnet/

0 commit comments

Comments
 (0)