Skip to content

Commit 9013740

Browse files
authored
fix ci (#488)
* fix CI: codegen before run tests for mockito
1 parent 2d6d429 commit 9013740

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- name: Bootstrap workspace
3030
run: melos bootstrap --no-flutter
3131

32+
- name: Codegen
33+
run: melos exec --depends-on=build_runner -- "dart run build_runner build --delete-conflicting-outputs"
34+
3235
- name: Validate packages
3336
run: melos format && melos analyze && melos test
3437

0 commit comments

Comments
 (0)