Skip to content

Commit

Permalink
use precompiled companion app for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mrrfv committed May 20, 2023
1 parent 07761b2 commit feaf0f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/test-script.sh
Expand Up @@ -13,8 +13,4 @@ export TERM="xterm"
export CI="true"
export data_erase_choice="Fast"

flutter run --release &

sleep 300

./backup.sh
8 changes: 7 additions & 1 deletion .github/workflows/macos-test.yml
@@ -1,7 +1,11 @@
name: Test on macOS
on:
push:
workflow_dispatch:
workflow_run:
workflows: ["Build Unstable"]
branches: [master]
types:
- completed

jobs:
test:
Expand All @@ -14,6 +18,8 @@ jobs:
java-version: '11'
- name: Setup Android SDK
uses: android-actions/setup-android@v2
- name: Download Precompiled Companion App
run: curl -L https://github.com/mrrfv/open-android-backup/releases/download/latest/app-release.apk -o open-android-backup-companion.apk
- run: brew install p7zip pv bash
- run: chmod +x ./.github/test-script.sh

Expand Down

0 comments on commit feaf0f0

Please sign in to comment.