We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0da7d9 commit 1de1740Copy full SHA for 1de1740
.github/workflows/cli-pr-checks.yml
@@ -1,6 +1,4 @@
1
name: CLI PR checks
2
-description: check the CLI PR
3
-
4
on:
5
pull_request:
6
paths: ['cli/**']
@@ -39,12 +37,17 @@ jobs:
39
37
working-directory: cli
40
38
run: npm run lint
41
42
- - name: Test no crash
+ - name: Install iapp cli
43
44
run: |
45
npm i -g .
46
iapp -h
47
+ - name: Test
+ working-directory: cli
48
+ run: |
49
+ npm run test
50
+
51
npm-dry-run:
52
uses: ./.github/workflows/reusable-cli-npm.yml
53
with:
0 commit comments