Split leo commands and print out state

This commit is contained in:
howardwu 2020-08-03 21:06:18 -07:00
parent cccb62e5a4
commit 14c2d9e742

View File

@ -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