Skip to content

Commit

Permalink
edit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmer committed Oct 16, 2024
1 parent a4576c8 commit 4ba19d5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/flutter_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ jobs:
with:
channel: 'stable'
flutter-version: '3.24.3'
- run: "flutter --version"
- run: "flutter pub get"
- run: "flutter gen-l10n"
- run: "flutter build ios -t 'lib/mains/main_netknights.dart' --debug --flavor netknights --no-codesign"
- run: 'flutter --version'
- run: 'flutter doctor -v'
- run: 'flutter pub get'
- run: 'flutter gen-l10n'
- run: 'flutter build ios -t "lib/mains/main_netknights.dart" --debug --flavor netknights --no-codesign'

build_appbundle:
name: (Android)
Expand All @@ -55,7 +56,8 @@ jobs:
channel: 'stable'
flutter-version: '3.24.3'
- run: 'flutter clean'
- run: "flutter --version"
- run: "flutter pub get"
- run: "flutter gen-l10n"
- run: "flutter build apk -t 'lib/mains/main_netknights.dart' --debug --flavor netknights"
- run: 'flutter --version'
- run: 'flutter doctor -v'
- run: 'flutter pub get'
- run: 'flutter gen-l10n'
- run: 'flutter build apk -t "lib/mains/main_netknights.dart" --debug --flavor netknights'
9 changes: 5 additions & 4 deletions .github/workflows/flutter_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
with:
channel: 'stable'
flutter-version: '3.24.3'
- run: "flutter --version"
- run: flutter pub get
- run: flutter gen-l10n
- run: flutter test
- run: 'flutter --version'
- run: 'flutter doctor -v'
- run: 'flutter pub get'
- run: 'flutter gen-l10n'
- run: 'flutter test'

0 comments on commit 4ba19d5

Please sign in to comment.