Attempt leo new circleci

This commit is contained in:
howardwu 2021-02-24 21:11:31 -08:00
parent 0a20afad89
commit 4004f7575c

View File

@ -69,7 +69,12 @@ jobs:
at: /home/circleci/project/
- run:
name: leo new
command: ls -la project
command: |
export LEO=./project/bin/leo
leo new hello-world
ls -la
cd hello-world && ls -la
leo run
workflows:
version: 2