Skip to content

Commit

Permalink
Add secret submodule autotest
Browse files Browse the repository at this point in the history
  • Loading branch information
longbmk committed Apr 23, 2024
1 parent 1f4b314 commit a4514f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/auto_test_android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
ssh-private-key: |
${{ secrets.KEY_VAULT_DEPLOYMENT_KEY }}
${{ secrets.SSH_ASSETS_KEY }}
${{ secrets.SUBMODULE_AUTOTEST }}
# Set build number
- name: Set env
run: |
Expand Down Expand Up @@ -88,7 +89,7 @@ jobs:
cat .env
- name: Submoudles update
run: git -c submodule update --init --recursive
run: git submodule update --init --recursive
- run: flutter pub cache repair
- run: flutter pub get
# Build app
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/auto_test_ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
ssh-private-key: |
${{ secrets.KEY_VAULT_DEPLOYMENT_KEY }}
${{ secrets.SSH_ASSETS_KEY }}
${{ secrets.SUBMODULE_AUTOTEST }}
- name: Create env file
run: |
touch .env
Expand All @@ -38,7 +39,7 @@ jobs:
cat .env
- name: Submoudles update
run: git -c submodule update --init --recursive
run: git submodule update --init --recursive
- run: flutter pub cache repair
- run: flutter pub get
# Build app
Expand Down

0 comments on commit a4514f0

Please sign in to comment.