MaestroのRelease APK起動確認ワークフローを追加 - #114
Conversation
|
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Up to standards ✅🟢 Issues
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |



概要
署名済み release APK を GitHub Actions 上の Android Emulator にインストールし、Maestro で起動確認できる手動ワークフローを追加します。
変更内容
on-release.ymlの表示名をOn Releaseに変更on-pull-request.ymlの表示名をOn Pull Requestに変更Maestro Release Smokeworkflow を追加補足
workflow_dispatchworkflow は、default branch へマージ後に GitHub Actions から手動実行できます。検証
ruby -e 'require "yaml"; ARGV.each { |f| YAML.load_file(f); puts f }' .github/workflows/on-pull-request.yml .github/workflows/on-release.yml .github/workflows/maestro-release-smoke.yml .maestro/release-smoke.yamlgit diff --check./gradlew assembleRelease