Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
longbmk committed Apr 26, 2024
1 parent e7482f4 commit f730923
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/auto_test_android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,15 @@ jobs:
runs-on: [self-hosted, macOS, ARM, auto-android]
steps:
# Checkout code and get packages.
- name: Checkout code
uses: actions/checkout@v3

- name: SSH key
uses: webfactory/[email protected]
with:
ssh-private-key: |
${{ secrets.KEY_VAULT_DEPLOYMENT_KEY }}
${{ secrets.SSH_ASSETS_KEY }}
${{ secrets.SUBMODULE_AUTOTEST }}
- name: Checkout code
uses: actions/checkout@v3
with:
submodules: recursive
${{ secrets.SUBMODULE_AUTOTEST }}
# Set build number
- name: Set env
run: |
Expand Down Expand Up @@ -93,6 +90,11 @@ jobs:
- name: Submoudles update
run: git submodule update --init --recursive
- name: Checkout private submodule auto-test
run: |
git submodule update --init --recursive --remote auto-test
env:
GIT_SSH_COMMAND: "ssh -o StrictHostKeyChecking=no -i ${{ secrets.SUBMODULE_AUTOTEST }}"
- run: flutter pub cache repair
- run: flutter pub get
# Build app
Expand Down

0 comments on commit f730923

Please sign in to comment.