Skip to content

Commit fcc38b6

Browse files
ci: include in the ci the autogen command
Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent de4649f commit fcc38b6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727

2828
- name: Formatting sdk ${{ matrix.sdk }} and os ${{ matrix.os }}
2929
run: |
30-
dart pub get
30+
make dep
31+
make gen
3132
dart format --set-exit-if-changed .
3233
3334
- name: Analysis sdk ${{ matrix.sdk }} and os ${{ matrix.os }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: kraken common sanity check
1+
name: kraken release binary
22

33
on:
44
push:

0 commit comments

Comments
 (0)