Skip to content

Commit

Permalink
Generate files in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
WezSieTato committed Jan 2, 2025
1 parent 9b11775 commit c76fe13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
cache: true # Speed up the process
- name: Get dependencies
run: flutter pub get
- run: dart run build_runner build
- name: Create googleservices file
run: cat /home/runner/work/pola-flutter/pola-flutter/android/app/google-services.json | base64
- name: Putting secret data
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ jobs:
path: ios/Pods
key: ${{ runner.os }}-pods-${{ hashFiles('ios/Podfile.lock') }}
restore-keys: ${{ runner.os }}-pods-
- run: dart run build_runner build
- run: bundle exec flutter build ios --no-codesign
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ jobs:
with:
channel: 'stable'
- run: flutter pub get
- run: dart run build_runner build
- run: flutter analyze
- run: flutter test

0 comments on commit c76fe13

Please sign in to comment.