diff --git a/.github/workflows/leo.yml b/.github/workflows/leo.yml index 1a657baa27..d207fa1905 100644 --- a/.github/workflows/leo.yml +++ b/.github/workflows/leo.yml @@ -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