Skip to content

Commit

Permalink
Update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodoering committed Jun 2, 2023
1 parent 333be97 commit c9f0d9c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 29 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
run: echo "${{ secrets.KEYSTORE_FREE }}" | base64 --decode > android/key.jks

- name: Get dependencies
run: flutter pub get
run: dart pub get

- name: Generate files
run: flutter pub run build_runner build
run: dart pub run build_runner build

- name: Build APK
run: >
Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/flutter_pr.yml

This file was deleted.

12 changes: 6 additions & 6 deletions .github/workflows/flutter_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- run: flutter pub get
- run: flutter packages pub run build_runner build
- run: flutter analyze
- run: flutter format . --set-exit-if-changed
- run: flutter pub run code_rules.dart
- run: flutter test
- run: dart pub get
- run: dart packages pub run build_runner build
- run: dart analyze
- run: dart format . --set-exit-if-changed
- run: dart pub run code_rules.dart
- run: dart test

0 comments on commit c9f0d9c

Please sign in to comment.