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 34f8f99 commit 0be8de3Copy full SHA for 0be8de3
.github/workflows/sdk-ci.yml
@@ -25,9 +25,7 @@ jobs:
25
26
- name: Install Dependencies
27
working-directory: packages/sdk
28
- run: |
29
- npm ci
30
- npm run codegen
+ run: npm ci && npm run codegen
31
32
- name: Lint
33
@@ -54,9 +52,7 @@ jobs:
54
52
55
53
56
57
58
59
60
61
- name: Test unit
62
@@ -88,9 +84,7 @@ jobs:
88
84
89
85
90
86
91
92
93
87
94
95
- name: Build
96
0 commit comments