Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
longbmk committed Apr 23, 2024
2 parents a4514f0 + 7ed0da3 commit 0a2709a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/auto_test_android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,15 @@ jobs:
cat .env
- name: Submoudles update
run: git submodule update --init --recursive
run: git -c submodule.auto-test.update=none submodule update --init --recursive
- run: flutter pub cache repair
- run: flutter pub get
# Build app
- name: Build to flutter apk inhouse app
run: flutter build apk --flavor inhouse
# CD to auto-test folder and install node_module
- name: Submoudles update again
run: git submodule update --init --recursive
- name: CD to auto-test folder
run: |
cd auto-test
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/auto_test_ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
cat .env
- name: Submoudles update
run: git submodule update --init --recursive
run: git -c submodule.auto-test.update=none submodule update --init --recursive
- run: flutter pub cache repair
- run: flutter pub get
# Build app
Expand All @@ -65,6 +65,8 @@ jobs:

# - name: Build to IPA inhouse app
# run: flutter build ipa --flavor inhouse --export-options-plist ios/ExportOptions-Inhouse.plist
- name: Submoudles update again
run: git submodule update --init --recursive
- name: CD to auto-test folder
run: |
cd auto-test
Expand Down

0 comments on commit 0a2709a

Please sign in to comment.