Skip to content

Commit 13316bd

Browse files
add circle ci test
1 parent 7228c7d commit 13316bd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.circleci/config.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,16 @@ jobs:
9393
command: |
9494
yarn start
9595
96+
create-leo-app-cli:
97+
executor: rust-node
98+
steps:
99+
- setup
100+
- run:
101+
working_directory: create-leo-app
102+
command: |
103+
yarn build
104+
yarn add -D ts-node typescript
105+
npx ts-node src/index.ts test-app --template react-leo
96106
97107
template-node:
98108
executor: rust-node
@@ -172,6 +182,9 @@ workflows:
172182
- e2e-mainnet:
173183
requires:
174184
- sdk
185+
- create-leo-app-cli:
186+
requires:
187+
- sdk
175188
- template-node:
176189
requires:
177190
- sdk

0 commit comments

Comments
 (0)