-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,18 +8,19 @@ on: | |
# - update_autotest | ||
jobs: | ||
build: | ||
runs-on: [self-hosted, macOS, ARM, auto-android] | ||
runs-on: [bmvn, autotest-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.SSH_ASSETS_KEY }} | ||
--- | ||
${{ secrets.SUBMODULE_AUTOTEST }} | ||
# Checkout code and get packages. | ||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
|
||
# Set build number | ||
- name: Set env | ||
run: | | ||
|
@@ -90,11 +91,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 }}" | ||
# - 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters