mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-25 10:32:13 +03:00
Split leo commands and print out state
This commit is contained in:
parent
cccb62e5a4
commit
14c2d9e742
10
.github/workflows/leo.yml
vendored
10
.github/workflows/leo.yml
vendored
@ -43,7 +43,11 @@ jobs:
|
||||
run: |
|
||||
cd ..
|
||||
leo new hello_world
|
||||
cd hello_world
|
||||
ls -la
|
||||
cd hello_world && ls -la
|
||||
|
||||
- name: 'leo run'
|
||||
run: |
|
||||
leo run
|
||||
|
||||
init:
|
||||
@ -81,4 +85,8 @@ jobs:
|
||||
run: |
|
||||
cd .. && mkdir hello_world && cd hello_world
|
||||
leo init
|
||||
ls -la
|
||||
|
||||
- name: 'leo run'
|
||||
run: |
|
||||
leo run
|
||||
|
Loading…
Reference in New Issue
Block a user