Add missing packages pub get, to model generator [skip ci] (#1286)

Omar Hatem committed Jan 31, 2024 at 16:05 UTC a3790b1e290c1f8f5a1b94e0358b2c8acf42865d
2 files changed +4
.github/workflows/pr_test_build.yml
+2
@@ -111,6 +111,8 @@ jobs:
111 cd cw_haven && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs && cd ..
112 cd cw_bitcoin_cash && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs && cd ..
113 cd cw_nano && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs && cd ..
114 + cd cw_ethereum && flutter pub get && cd ..
115 + cd cw_polygon && flutter pub get && cd ..
116 flutter packages pub run build_runner build --delete-conflicting-outputs
117
118 - name: Add secrets
configure_cake_wallet.sh
+2
@@ -30,4 +30,6 @@ cd cw_bitcoin && flutter pub get && flutter packages pub run build_runner build
30 cd cw_haven && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs && cd ..
31 cd cw_nano && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs && cd ..
32 cd cw_bitcoin_cash && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs && cd ..
33 +cd cw_ethereum && flutter pub get && cd ..
34 +cd cw_polygon && flutter pub get && cd ..
35 flutter packages pub run build_runner build --delete-conflicting-outputs