mirror of
https://github.com/AleoHQ/leo.git
synced 2024-11-28 11:16:49 +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
|
||||
command: |
|
||||
export LEO=./project/bin/leo
|
||||
leo new hello-world
|
||||
ls -la
|
||||
cd hello-world && ls -la
|
||||
leo run
|
||||
./home/circleci/project/.circleci/leo-new.sh
|
||||
|
||||
workflows:
|
||||
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