mirror of
https://github.com/AleoHQ/leo.git
synced 2024-11-28 19:23:24 +03:00
Split leo-new test into shell file
This commit is contained in:
parent
4004f7575c
commit
ef642cbe54
@ -71,10 +71,7 @@ jobs:
|
|||||||
name: leo new
|
name: leo new
|
||||||
command: |
|
command: |
|
||||||
export LEO=./project/bin/leo
|
export LEO=./project/bin/leo
|
||||||
leo new hello-world
|
./home/circleci/project/.circleci/leo-new.sh
|
||||||
ls -la
|
|
||||||
cd hello-world && ls -la
|
|
||||||
leo run
|
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
|
4
.circleci/leo-new.sh
Executable file
4
.circleci/leo-new.sh
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
$LEO new hello-world
|
||||||
|
ls -la
|
||||||
|
cd hello-world && ls -la
|
||||||
|
$LEO run
|
Loading…
Reference in New Issue
Block a user