Skip to content

Commit 1de1740

Browse files
ci: run CLI tests in CI
1 parent f0da7d9 commit 1de1740

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/cli-pr-checks.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
name: CLI PR checks
2-
description: check the CLI PR
3-
42
on:
53
pull_request:
64
paths: ['cli/**']
@@ -39,12 +37,17 @@ jobs:
3937
working-directory: cli
4038
run: npm run lint
4139

42-
- name: Test no crash
40+
- name: Install iapp cli
4341
working-directory: cli
4442
run: |
4543
npm i -g .
4644
iapp -h
4745
46+
- name: Test
47+
working-directory: cli
48+
run: |
49+
npm run test
50+
4851
npm-dry-run:
4952
uses: ./.github/workflows/reusable-cli-npm.yml
5053
with:

0 commit comments

Comments
 (0)