From 9c1e3faa6d214fff74a432bc5ea451bae91626f2 Mon Sep 17 00:00:00 2001 From: thaidmfinnick Date: Tue, 23 Jul 2024 22:28:41 +0700 Subject: [PATCH] improve(gha): update test with workload --- .github/workflows/auto_publish_app.yaml | 4 ++-- mobile_app/lib/screens/user_screens/user_profile_screen.dart | 2 +- mobile_app/pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto_publish_app.yaml b/.github/workflows/auto_publish_app.yaml index 2c4bfe07..db87bb52 100644 --- a/.github/workflows/auto_publish_app.yaml +++ b/.github/workflows/auto_publish_app.yaml @@ -1,4 +1,4 @@ -name: Auto build publish app to closed testing Play Console +name: Auto build and publish app to Play Console on: workflow_dispatch permissions: @@ -33,7 +33,7 @@ jobs: with: fileName: secrets.dart encodedString: ${{ secrets.FLUTTER_SECRETS }} - - name: Move to current directory + - name: Move secrets to current directory run: | mkdir lib/certs mv ${{ steps.flutter_secrets.outputs.filePath}} lib/certs/ diff --git a/mobile_app/lib/screens/user_screens/user_profile_screen.dart b/mobile_app/lib/screens/user_screens/user_profile_screen.dart index 45d4c6f4..2cf48ccf 100644 --- a/mobile_app/lib/screens/user_screens/user_profile_screen.dart +++ b/mobile_app/lib/screens/user_screens/user_profile_screen.dart @@ -83,7 +83,7 @@ class _UserProfileScreenState extends State { ), const SizedBox(height: 5), Text( - "Thai Donggg", + "Thai Dongggggg", style: const TextStyle( fontWeight: FontWeight.bold, fontSize: 18, diff --git a/mobile_app/pubspec.yaml b/mobile_app/pubspec.yaml index d69de1f2..3566e6c8 100644 --- a/mobile_app/pubspec.yaml +++ b/mobile_app/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.0.1+6 +version: 0.0.1+7 environment: sdk: ">=3.0.0 <4.0.0"